#D0E990

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

Shades of Reef #D0E990

Tints of Reef #D0E990

Color information

#D0E990 (or 0xD0E990) is unknown color: approx Reef. HEX triplet: D0, E9 and 90. RGB value is (208,233,144). Sum of RGB (Red+Green+Blue) = 208+233+144=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E990 is #2F166F. Grayscale: #D7D7D7. Windows color (decimal): -3085936 or 9497040. OLE color: 9497040.

HSL color Cylindrical-coordinate representation of color #D0E990: hue angle of 76.85º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0E990 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB208233144-
CMYK0.1100.380.09
HSL76.85º66.92%73.92%-
HSV(B)76.85º38.2%91.37%-
XYZ60.1973.737.44-
YUV215.3887.72122.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 233 (91.41% from 255) = 39.83%
BLUE value IS 144 (56.64% from 255) = 24.62%
R=35.56%
G=39.83%
B=24.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082331440.1100.380.0976.8566.9273.92
HexD0E990B02694d434a
Octal3203512201304611115103112
Binary110100001110100110010000101101001101001100110110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E990; }

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

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

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

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

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

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

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

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