Html Css Color HEX #D2F4AE Reef

📋 copy color: '#D2F4AE'

red 210 ◦ green 244 ◦ blue 174

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

Shades of Reef #D2F4AE

Tints of Reef #D2F4AE

RGB

 RED value IS 210 (82.42% from 255) = 33.44%

 GREEN value IS 244 (95.7% from 255) = 38.85%

 BLUE value IS 174 (68.36% from 255) = 27.71%

R = 33.44%
G = 38.85%
B = 27.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#D2F4AE (or 0xD2F4AE) is known color: Reef. HEX triplet: D2, F4 and AE. RGB value is (210,244,174). Sum of RGB (Red+Green+Blue) = 210+244+174=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F4AE is #2D0B51. Grayscale: #E2E2E2. Windows color (decimal): -2952018 or 11465938. OLE color: 11465938.

HSL color Cylindrical-coordinate representation of color #D2F4AE: hue angle of 89.14º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2F4AE is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 244 174 -
CMYK 0.14 0 0.29 0.04
HSL 89.14º 0.76% 0.82% -
HSV(B) 89.14º 0.29% 0.96% -
XYZ 66.57 81.46 52.26 -
YUV 225.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 210 244 174 0.14 0 0.29 0.04 89.14 0.76 0.82
Hex D2 F4 AE E 0 1D 4 59 4C 52
Octal 322 364 256 16 0 35 4 131 114 122
Binary 11010010 11110100 10101110 1110 0 11101 100 1011001 1001100 1010010

Color Harmonies of #D2F4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F4AE

Black with #D2F4AE

Text Example


Text Example

White with #D2F4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F4AE; }

 p { color: rgb(210,244,174); }

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

background-color css

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

 a { background-color: rgb(210,244,174); }

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

border-color css

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

 span { border-color: rgb(210,244,174); }

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