#D0F092

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

Shades of Reef #D0F092

Tints of Reef #D0F092

Color information

#D0F092 (or 0xD0F092) is unknown color: approx Reef. HEX triplet: D0, F0 and 92. RGB value is (208,240,146). Sum of RGB (Red+Green+Blue) = 208+240+146=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F092 is #2F0F6D. Grayscale: #DCDCDC. Windows color (decimal): -3084142 or 9629904. OLE color: 9629904.

HSL color Cylindrical-coordinate representation of color #D0F092: hue angle of 80.43º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0F092 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB208240146-
CMYK0.1300.390.06
HSL80.43º75.81%75.69%-
HSV(B)80.43º39.17%94.12%-
XYZ62.3677.8138.93-
YUV219.7286.4119.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 240 (94.14% from 255) = 40.40%
BLUE value IS 146 (57.42% from 255) = 24.58%
R=35.02%
G=40.40%
B=24.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082401460.1300.390.0680.4375.8175.69
HexD0F092D0276504c4c
Octal320360222150476120114114
Binary11010000111100001001001011010100111110101000010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F092; }

 p { color: rgb(208,240,146); }

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

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

 a { background-color: rgb(208,240,146); }

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

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

 span { border-color: rgb(208,240,146); }

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