#D0FF9E

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

Shades of Reef #D0FF9E

Tints of Reef #D0FF9E

Color information

#D0FF9E (or 0xD0FF9E) is unknown color: approx Reef. HEX triplet: D0, FF and 9E. RGB value is (208,255,158). Sum of RGB (Red+Green+Blue) = 208+255+158=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF9E is #2F0061. Grayscale: #E6E6E6. Windows color (decimal): -3080290 or 10420176. OLE color: 10420176.

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

Color convert

RGB208255158-
CMYK0.1800.380
HSL89.07º100%80.98%-
HSV(B)89.07º38.04%100%-
XYZ67.9487.445.64-
YUV229.8987.43112.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.49%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 158 (62.11% from 255) = 25.44%
R=33.49%
G=41.06%
B=25.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551580.1800.38089.0710080.98
HexD0FF9E120260596451
Octal320377236220460131144121
Binary1101000011111111100111101001001001100101100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF9E; }

 p { color: rgb(208,255,158); }

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

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

 a { background-color: rgb(208,255,158); }

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

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

 span { border-color: rgb(208,255,158); }

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