#D0FA9B

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

Shades of Reef #D0FA9B

Tints of Reef #D0FA9B

Color information

#D0FA9B (or 0xD0FA9B) is unknown color: approx Reef. HEX triplet: D0, FA and 9B. RGB value is (208,250,155). Sum of RGB (Red+Green+Blue) = 208+250+155=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FA9B is #2F0564. Grayscale: #E2E2E2. Windows color (decimal): -3081573 or 10222288. OLE color: 10222288.

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

Color convert

RGB208250155-
CMYK0.1700.380.02
HSL86.53º90.48%79.41%-
HSV(B)86.53º38%98.04%-
XYZ66.1184.1543.77-
YUV226.6187.59114.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 155 (60.94% from 255) = 25.29%
R=33.93%
G=40.78%
B=25.29%

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
Decimal2082501550.1700.380.0286.5390.4879.41
HexD0FA9B110262575a4f
Octal320372233210462127132117
Binary11010000111110101001101110001010011010101011110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FA9B; }

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

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

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

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

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

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

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

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