Html Css Color HEX #D6EA95 Reef

📋 copy color: '#D6EA95'

red 214 ◦ green 234 ◦ blue 149

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

Shades of Reef #D6EA95

Tints of Reef #D6EA95

RGB

 RED value IS 214 (83.98% from 255) = 35.85%

 GREEN value IS 234 (91.8% from 255) = 39.2%

 BLUE value IS 149 (58.59% from 255) = 24.96%

R = 35.85%
G = 39.2%
B = 24.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#D6EA95 (or 0xD6EA95) is known color: Reef. HEX triplet: D6, EA and 95. RGB value is (214,234,149). Sum of RGB (Red+Green+Blue) = 214+234+149=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EA95 is #29156A. Grayscale: #DADADA. Windows color (decimal): -2692459 or 9824982. OLE color: 9824982.

HSL color Cylindrical-coordinate representation of color #D6EA95: hue angle of 74.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6EA95 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 234 149 -
CMYK 0.09 0 0.36 0.08
HSL 74.12º 0.67% 0.75% -
HSV(B) 74.12º 0.36% 0.92% -
XYZ 62.58 75.31 39.67 -
YUV 218.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 214 234 149 0.09 0 0.36 0.08 74.12 0.67 0.75
Hex D6 EA 95 9 0 24 8 4A 43 4B
Octal 326 352 225 11 0 44 10 112 103 113
Binary 11010110 11101010 10010101 1001 0 100100 1000 1001010 1000011 1001011

Color Harmonies of #D6EA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EA95

Black with #D6EA95

Text Example


Text Example

White with #D6EA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EA95; }

 p { color: rgb(214,234,149); }

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

background-color css

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

 a { background-color: rgb(214,234,149); }

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

border-color css

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

 span { border-color: rgb(214,234,149); }

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