#D0EB90

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

Shades of Reef #D0EB90

Tints of Reef #D0EB90

Color information

#D0EB90 (or 0xD0EB90) is unknown color: approx Reef. HEX triplet: D0, EB and 90. RGB value is (208,235,144). Sum of RGB (Red+Green+Blue) = 208+235+144=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EB90 is #2F146F. Grayscale: #D8D8D8. Windows color (decimal): -3085424 or 9497552. OLE color: 9497552.

HSL color Cylindrical-coordinate representation of color #D0EB90: hue angle of 77.8º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0EB90 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB208235144-
CMYK0.1100.390.08
HSL77.8º69.47%74.31%-
HSV(B)77.8º38.72%92.16%-
XYZ60.7574.8437.63-
YUV216.5587.05121.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 144 (56.64% from 255) = 24.53%
R=35.43%
G=40.03%
B=24.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082351440.1100.390.0877.869.4774.31
HexD0EB90B02784e454a
Octal3203532201304710116105112
Binary110100001110101110010000101101001111000100111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EB90; }

 p { color: rgb(208,235,144); }

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

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

 a { background-color: rgb(208,235,144); }

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

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

 span { border-color: rgb(208,235,144); }

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