Html Css Color HEX #D5ED8E Reef

📋 copy color: '#D5ED8E'

red 213 ◦ green 237 ◦ blue 142

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

Shades of Reef #D5ED8E

Tints of Reef #D5ED8E

RGB

 RED value IS 213 (83.59% from 255) = 35.98%

 GREEN value IS 237 (92.97% from 255) = 40.03%

 BLUE value IS 142 (55.86% from 255) = 23.99%

R = 35.98%
G = 40.03%
B = 23.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#D5ED8E (or 0xD5ED8E) is known color: Reef. HEX triplet: D5, ED and 8E. RGB value is (213,237,142). Sum of RGB (Red+Green+Blue) = 213+237+142=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ED8E is #2A1271. Grayscale: #DBDBDB. Windows color (decimal): -2757234 or 9366997. OLE color: 9366997.

HSL color Cylindrical-coordinate representation of color #D5ED8E: hue angle of 75.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5ED8E is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 142 -
CMYK 0.10 0 0.40 0.07
HSL 75.16º 0.73% 0.74% -
HSV(B) 75.16º 0.4% 0.93% -
XYZ 62.61 76.67 37.09 -
YUV 218.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 213 237 142 0.10 0 0.40 0.07 75.16 0.73 0.74
Hex D5 ED 8E A 0 28 7 4B 49 4A
Octal 325 355 216 12 0 50 7 113 111 112
Binary 11010101 11101101 10001110 1010 0 101000 111 1001011 1001001 1001010

Color Harmonies of #D5ED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED8E

Black with #D5ED8E

Text Example


Text Example

White with #D5ED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED8E; }

 p { color: rgb(213,237,142); }

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

background-color css

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

 a { background-color: rgb(213,237,142); }

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

border-color css

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

 span { border-color: rgb(213,237,142); }

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