#D0EE94

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

Shades of Reef #D0EE94

Tints of Reef #D0EE94

Color information

#D0EE94 (or 0xD0EE94) is unknown color: approx Reef. HEX triplet: D0, EE and 94. RGB value is (208,238,148). Sum of RGB (Red+Green+Blue) = 208+238+148=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EE94 is #2F116B. Grayscale: #DBDBDB. Windows color (decimal): -3084652 or 9760464. OLE color: 9760464.

HSL color Cylindrical-coordinate representation of color #D0EE94: hue angle of 80º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0EE94 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB208238148-
CMYK0.1300.380.07
HSL80º72.58%75.69%-
HSV(B)80º37.82%93.33%-
XYZ61.9376.739.56-
YUV218.7788.06120.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 238 (93.36% from 255) = 40.07%
BLUE value IS 148 (58.20% from 255) = 24.92%
R=35.02%
G=40.07%
B=24.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381480.1300.380.078072.5875.69
HexD0EE94D026750494c
Octal320356224150467120111114
Binary11010000111011101001010011010100110111101000010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EE94; }

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

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

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

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

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

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

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

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