Html Css Color HEX #D6E995 Reef

📋 copy color: '#D6E995'

red 214 ◦ green 233 ◦ blue 149

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

Shades of Reef #D6E995

Tints of Reef #D6E995

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.09%

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

R = 35.91%
G = 39.09%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#D6E995 (or 0xD6E995) is known color: Reef. HEX triplet: D6, E9 and 95. RGB value is (214,233,149). Sum of RGB (Red+Green+Blue) = 214+233+149=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E995 is #29166A. Grayscale: #DADADA. Windows color (decimal): -2692715 or 9824726. OLE color: 9824726.

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

Color convert

RGB 214 233 149 -
CMYK 0.08 0 0.36 0.09
HSL 73.57º 0.66% 0.75% -
HSV(B) 73.57º 0.36% 0.91% -
XYZ 62.3 74.74 39.58 -
YUV 217.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 214 233 149 0.08 0 0.36 0.09 73.57 0.66 0.75
Hex D6 E9 95 8 0 24 9 4A 42 4B
Octal 326 351 225 10 0 44 11 112 102 113
Binary 11010110 11101001 10010101 1000 0 100100 1001 1001010 1000010 1001011

Color Harmonies of #D6E995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E995

Black with #D6E995

Text Example


Text Example

White with #D6E995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E995; }

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

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

background-color css

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

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

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

border-color css

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

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

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