Html Css Color HEX #D4F0B0 Reef

📋 copy color: '#D4F0B0'

red 212 ◦ green 240 ◦ blue 176

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

Shades of Reef #D4F0B0

Tints of Reef #D4F0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.03%

R = 33.76%
G = 38.22%
B = 28.03%

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

#D4F0B0 (or 0xD4F0B0) is known color: Reef. HEX triplet: D4, F0 and B0. RGB value is (212,240,176). Sum of RGB (Red+Green+Blue) = 212+240+176=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F0B0 is #2B0F4F. Grayscale: #E0E0E0. Windows color (decimal): -2821968 or 11595988. OLE color: 11595988.

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

Color convert

RGB 212 240 176 -
CMYK 0.12 0 0.27 0.06
HSL 86.25º 0.68% 0.82% -
HSV(B) 86.25º 0.27% 0.94% -
XYZ 66.15 79.45 52.92 -
YUV 224.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 212 240 176 0.12 0 0.27 0.06 86.25 0.68 0.82
Hex D4 F0 B0 C 0 1B 6 56 44 52
Octal 324 360 260 14 0 33 6 126 104 122
Binary 11010100 11110000 10110000 1100 0 11011 110 1010110 1000100 1010010

Color Harmonies of #D4F0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F0B0

Black with #D4F0B0

Text Example


Text Example

White with #D4F0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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