#D0FE91

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

Shades of Reef #D0FE91

Tints of Reef #D0FE91

Color information

#D0FE91 (or 0xD0FE91) is unknown color: approx Reef. HEX triplet: D0, FE and 91. RGB value is (208,254,145). Sum of RGB (Red+Green+Blue) = 208+254+145=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE91 is #2F016E. Grayscale: #E4E4E4. Windows color (decimal): -3080559 or 9567952. OLE color: 9567952.

HSL color Cylindrical-coordinate representation of color #D0FE91: hue angle of 85.32º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0FE91 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB208254145-
CMYK0.1800.430.00
HSL85.32º98.2%78.24%-
HSV(B)85.32º42.91%99.61%-
XYZ66.5786.3439.94-
YUV227.8281.26113.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 145 (57.03% from 255) = 23.89%
R=34.27%
G=41.85%
B=23.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082541450.1800.430.0085.3298.278.24
HexD0FE911202B055624e
Octal320376221220530125142116
Binary1101000011111110100100011001001010110101010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FE91; }

 p { color: rgb(208,254,145); }

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

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

 a { background-color: rgb(208,254,145); }

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

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

 span { border-color: rgb(208,254,145); }

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