Html Css Color HEX #68D36A Pastel Green

📋 copy color: '#68D36A'

red 104 ◦ green 211 ◦ blue 106

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

Shades of Pastel Green #68D36A

Tints of Pastel Green #68D36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.18%

R = 24.7%
G = 50.12%
B = 25.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#68D36A (or 0x68D36A) is known color: Pastel Green. HEX triplet: 68, D3 and 6A. RGB value is (104,211,106). Sum of RGB (Red+Green+Blue) = 104+211+106=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #68D36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D36A is #972C95. Grayscale: #A7A7A7. Windows color (decimal): -9907350 or 7000936. OLE color: 7000936.

HSL color Cylindrical-coordinate representation of color #68D36A: hue angle of 121.12º 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 #68D36A is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 211 106 -
CMYK 0.51 0 0.50 0.17
HSL 121.12º 0.55% 0.62% -
HSV(B) 121.12º 0.51% 0.83% -
XYZ 31.6 50.57 21.73 -
YUV 167.04 93.55 83.04 -
System Red Green Blue C M Y K H S L
Decimal 104 211 106 0.51 0 0.50 0.17 121.12 0.55 0.62
Hex 68 D3 6A 33 0 32 11 79 37 3E
Octal 150 323 152 63 0 62 21 171 67 76
Binary 1101000 11010011 1101010 110011 0 110010 10001 1111001 110111 111110

Color Harmonies of #68D36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D36A

Black with #68D36A

Text Example


Text Example

White with #68D36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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