Html Css Color HEX #D4EDA0 Reef

📋 copy color: '#D4EDA0'

red 212 ◦ green 237 ◦ blue 160

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

Shades of Reef #D4EDA0

Tints of Reef #D4EDA0

RGB

 RED value IS 212 (83.2% from 255) = 34.81%

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

 BLUE value IS 160 (62.89% from 255) = 26.27%

R = 34.81%
G = 38.92%
B = 26.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#D4EDA0 (or 0xD4EDA0) is known color: Reef. HEX triplet: D4, ED and A0. RGB value is (212,237,160). Sum of RGB (Red+Green+Blue) = 212+237+160=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EDA0 is #2B125F. Grayscale: #DDDDDD. Windows color (decimal): -2822752 or 10546644. OLE color: 10546644.

HSL color Cylindrical-coordinate representation of color #D4EDA0: hue angle of 79.48º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4EDA0 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 237 160 -
CMYK 0.11 0 0.32 0.07
HSL 79.48º 0.68% 0.78% -
HSV(B) 79.48º 0.32% 0.93% -
XYZ 63.78 77.1 44.78 -
YUV 220.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 212 237 160 0.11 0 0.32 0.07 79.48 0.68 0.78
Hex D4 ED A0 B 0 20 7 4F 44 4E
Octal 324 355 240 13 0 40 7 117 104 116
Binary 11010100 11101101 10100000 1011 0 100000 111 1001111 1000100 1001110

Color Harmonies of #D4EDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDA0

Black with #D4EDA0

Text Example


Text Example

White with #D4EDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDA0; }

 p { color: rgb(212,237,160); }

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

background-color css

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

 a { background-color: rgb(212,237,160); }

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

border-color css

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

 span { border-color: rgb(212,237,160); }

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