Html Css Color HEX #68D37A Pastel Green

📋 copy color: '#68D37A'

red 104 ◦ green 211 ◦ blue 122

#68D37A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #68D37A

Tints of Pastel Green #68D37A

RGB

 RED value IS 104 (41.02% from 255) = 23.8%

 GREEN value IS 211 (82.81% from 255) = 48.28%

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 23.8%
G = 48.28%
B = 27.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68D37A (or 0x68D37A) is known color: Pastel Green. HEX triplet: 68, D3 and 7A. RGB value is (104,211,122). Sum of RGB (Red+Green+Blue) = 104+211+122=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #68D37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D37A is #972C85. Grayscale: #A9A9A9. Windows color (decimal): -9907334 or 8049512. OLE color: 8049512.

HSL color Cylindrical-coordinate representation of color #68D37A: hue angle of 130.09º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D37A is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 211 122 -
CMYK 0.51 0 0.42 0.17
HSL 130.09º 0.55% 0.62% -
HSV(B) 130.09º 0.51% 0.83% -
XYZ 32.52 50.94 26.53 -
YUV 168.86 101.55 81.74 -
System Red Green Blue C M Y K H S L
Decimal 104 211 122 0.51 0 0.42 0.17 130.09 0.55 0.62
Hex 68 D3 7A 33 0 2A 11 82 37 3E
Octal 150 323 172 63 0 52 21 202 67 76
Binary 1101000 11010011 1111010 110011 0 101010 10001 10000010 110111 111110

Color Harmonies of #68D37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D37A

Black with #68D37A

Text Example


Text Example

White with #68D37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68D37A; }

 p { color: rgb(104,211,122); }

 H1.HeaderClassName
 {
   color: #68D37A;
 }
 .AnyTagClassName
 {
   color: #68D37A;
 }
</style>

background-color css

<style>
 a { background-color: #68D37A; }

 a { background-color: rgb(104,211,122); }

 div.DivClassName
 {
   background-color: #68D37A;
 }
 .BgClassName
 {
   background-color: #68D37A;
 }
</style>

border-color css

<style>
 span { border-color: #68D37A; }

 span { border-color: rgb(104,211,122); }

 td.TdClassName
 {
   border-color: #68D37A;
 }
 .TagClassName
 {
   border-color: #68D37A;
 }
</style>