Html Css Color HEX #D5EC8E Reef

📋 copy color: '#D5EC8E'

red 213 ◦ green 236 ◦ blue 142

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

Shades of Reef #D5EC8E

Tints of Reef #D5EC8E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.93%

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

R = 36.04%
G = 39.93%
B = 24.03%

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

#D5EC8E (or 0xD5EC8E) is known color: Reef. HEX triplet: D5, EC and 8E. RGB value is (213,236,142). Sum of RGB (Red+Green+Blue) = 213+236+142=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EC8E is #2A1371. Grayscale: #DADADA. Windows color (decimal): -2757490 or 9366741. OLE color: 9366741.

HSL color Cylindrical-coordinate representation of color #D5EC8E: hue angle of 74.68º degrees, saturation: 0.71, 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 #D5EC8E is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 236 142 -
CMYK 0.10 0 0.40 0.07
HSL 74.68º 0.71% 0.74% -
HSV(B) 74.68º 0.4% 0.93% -
XYZ 62.32 76.09 36.99 -
YUV 218.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 213 236 142 0.10 0 0.40 0.07 74.68 0.71 0.74
Hex D5 EC 8E A 0 28 7 4B 47 4A
Octal 325 354 216 12 0 50 7 113 107 112
Binary 11010101 11101100 10001110 1010 0 101000 111 1001011 1000111 1001010

Color Harmonies of #D5EC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EC8E

Black with #D5EC8E

Text Example


Text Example

White with #D5EC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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