Html Css Color HEX #D4F4AE Reef

📋 copy color: '#D4F4AE'

red 212 ◦ green 244 ◦ blue 174

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

Shades of Reef #D4F4AE

Tints of Reef #D4F4AE

RGB

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

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

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

R = 33.65%
G = 38.73%
B = 27.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#D4F4AE (or 0xD4F4AE) is known color: Reef. HEX triplet: D4, F4 and AE. RGB value is (212,244,174). Sum of RGB (Red+Green+Blue) = 212+244+174=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 244 (95.70% from 255 or 38.73% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F4AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F4AE is #2B0B51. Grayscale: #E2E2E2. Windows color (decimal): -2820946 or 11465940. OLE color: 11465940.

HSL color Cylindrical-coordinate representation of color #D4F4AE: hue angle of 87.43º 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 #D4F4AE is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 244 174 -
CMYK 0.13 0 0.29 0.04
HSL 87.43º 0.76% 0.82% -
HSV(B) 87.43º 0.29% 0.96% -
XYZ 67.14 81.75 52.29 -
YUV 226.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 212 244 174 0.13 0 0.29 0.04 87.43 0.76 0.82
Hex D4 F4 AE D 0 1D 4 57 4C 52
Octal 324 364 256 15 0 35 4 127 114 122
Binary 11010100 11110100 10101110 1101 0 11101 100 1010111 1001100 1010010

Color Harmonies of #D4F4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F4AE

Black with #D4F4AE

Text Example


Text Example

White with #D4F4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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