#D4F3B1

Color #D4F3B1 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D4F3B1

Tints of Reef #D4F3B1

Color information

#D4F3B1 (or 0xD4F3B1) is unknown color: approx Reef. HEX triplet: D4, F3 and B1. RGB value is (212,243,177). Sum of RGB (Red+Green+Blue) = 212+243+177=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F3B1 is #2B0C4E. Grayscale: #E2E2E2. Windows color (decimal): -2821199 or 11662292. OLE color: 11662292.

HSL color Cylindrical-coordinate representation of color #D4F3B1: hue angle of 88.18º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4F3B1 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB212243177-
CMYK0.1300.270.05
HSL88.18º73.33%82.35%-
HSV(B)88.18º27.16%95.29%-
XYZ67.1481.2753.74-
YUV226.21100.23117.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.54%
GREEN value IS 243 (95.31% from 255) = 38.45%
BLUE value IS 177 (69.53% from 255) = 28.01%
R=33.54%
G=38.45%
B=28.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122431770.1300.270.0588.1873.3382.35
HexD4F3B1D01B5584952
Octal324363261150335130111122
Binary1101010011110011101100011101011011101101100010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F3B1; }

 p { color: rgb(212,243,177); }

 H1.HeaderClassName
 {
   color: #D4F3B1;
 }
 .AnyTagClassName
 {
   color: #D4F3B1;
 }
</style>
background-color css

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

 a { background-color: rgb(212,243,177); }

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

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

 span { border-color: rgb(212,243,177); }

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