Html Css Color HEX #D5EA8E Reef

📋 copy color: '#D5EA8E'

red 213 ◦ green 234 ◦ blue 142

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

Shades of Reef #D5EA8E

Tints of Reef #D5EA8E

RGB

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

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

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

R = 36.16%
G = 39.73%
B = 24.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#D5EA8E (or 0xD5EA8E) is known color: Reef. HEX triplet: D5, EA and 8E. RGB value is (213,234,142). Sum of RGB (Red+Green+Blue) = 213+234+142=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EA8E is #2A1571. Grayscale: #D9D9D9. Windows color (decimal): -2758002 or 9366229. OLE color: 9366229.

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

Color convert

RGB 213 234 142 -
CMYK 0.09 0 0.39 0.08
HSL 73.7º 0.69% 0.74% -
HSV(B) 73.7º 0.39% 0.92% -
XYZ 61.75 74.94 36.8 -
YUV 217.23 85.54 124.98 -
System Red Green Blue C M Y K H S L
Decimal 213 234 142 0.09 0 0.39 0.08 73.7 0.69 0.74
Hex D5 EA 8E 9 0 27 8 4A 45 4A
Octal 325 352 216 11 0 47 10 112 105 112
Binary 11010101 11101010 10001110 1001 0 100111 1000 1001010 1000101 1001010

Color Harmonies of #D5EA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA8E

Black with #D5EA8E

Text Example


Text Example

White with #D5EA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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