#D0FB9B

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

Shades of Reef #D0FB9B

Tints of Reef #D0FB9B

Color information

#D0FB9B (or 0xD0FB9B) is unknown color: approx Reef. HEX triplet: D0, FB and 9B. RGB value is (208,251,155). Sum of RGB (Red+Green+Blue) = 208+251+155=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB9B is #2F0464. Grayscale: #E3E3E3. Windows color (decimal): -3081317 or 10222544. OLE color: 10222544.

HSL color Cylindrical-coordinate representation of color #D0FB9B: hue angle of 86.88º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0FB9B is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB208251155-
CMYK0.1700.380.02
HSL86.88º92.31%79.61%-
HSV(B)86.88º38.25%98.43%-
XYZ66.4384.7743.87-
YUV227.287.25114.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 155 (60.94% from 255) = 25.24%
R=33.88%
G=40.88%
B=25.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082511550.1700.380.0286.8892.3179.61
HexD0FB9B110262575c50
Octal320373233210462127134120
Binary11010000111110111001101110001010011010101011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FB9B; }

 p { color: rgb(208,251,155); }

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

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

 a { background-color: rgb(208,251,155); }

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

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

 span { border-color: rgb(208,251,155); }

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