Html Css Color HEX #D4F0AF Reef

📋 copy color: '#D4F0AF'

red 212 ◦ green 240 ◦ blue 175

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

Shades of Reef #D4F0AF

Tints of Reef #D4F0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.28%

 BLUE value IS 175 (68.75% from 255) = 27.91%

R = 33.81%
G = 38.28%
B = 27.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#D4F0AF (or 0xD4F0AF) is known color: Reef. HEX triplet: D4, F0 and AF. RGB value is (212,240,175). Sum of RGB (Red+Green+Blue) = 212+240+175=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F0AF is #2B0F50. Grayscale: #E0E0E0. Windows color (decimal): -2821969 or 11530452. OLE color: 11530452.

HSL color Cylindrical-coordinate representation of color #D4F0AF: hue angle of 85.85º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4F0AF is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 240 175 -
CMYK 0.12 0 0.27 0.06
HSL 85.85º 0.68% 0.81% -
HSV(B) 85.85º 0.27% 0.94% -
XYZ 66.05 79.41 52.4 -
YUV 224.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 212 240 175 0.12 0 0.27 0.06 85.85 0.68 0.81
Hex D4 F0 AF C 0 1B 6 56 44 51
Octal 324 360 257 14 0 33 6 126 104 121
Binary 11010100 11110000 10101111 1100 0 11011 110 1010110 1000100 1010001

Color Harmonies of #D4F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F0AF

Black with #D4F0AF

Text Example


Text Example

White with #D4F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F0AF; }

 p { color: rgb(212,240,175); }

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

background-color css

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

 a { background-color: rgb(212,240,175); }

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

border-color css

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

 span { border-color: rgb(212,240,175); }

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