#D0E594

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

Shades of Reef #D0E594

Tints of Reef #D0E594

Color information

#D0E594 (or 0xD0E594) is unknown color: approx Reef. HEX triplet: D0, E5 and 94. RGB value is (208,229,148). Sum of RGB (Red+Green+Blue) = 208+229+148=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E594 is #2F1A6B. Grayscale: #D5D5D5. Windows color (decimal): -3086956 or 9758160. OLE color: 9758160.

HSL color Cylindrical-coordinate representation of color #D0E594: hue angle of 75.56º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0E594 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB208229148-
CMYK0.0900.350.10
HSL75.56º60.9%73.92%-
HSV(B)75.56º35.37%89.8%-
XYZ59.3871.5938.71-
YUV213.4991.04124.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 229 (89.84% from 255) = 39.15%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=35.56%
G=39.15%
B=25.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082291480.0900.350.1075.5660.973.92
HexD0E5949023A4c3d4a
Octal320345224110431211475112
Binary11010000111001011001010010010100011101010011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E594; }

 p { color: rgb(208,229,148); }

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

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

 a { background-color: rgb(208,229,148); }

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

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

 span { border-color: rgb(208,229,148); }

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