#D0F88B

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

Shades of Sulu #D0F88B

Tints of Sulu #D0F88B

Color information

#D0F88B (or 0xD0F88B) is unknown color: approx Sulu. HEX triplet: D0, F8 and 8B. RGB value is (208,248,139). Sum of RGB (Red+Green+Blue) = 208+248+139=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F88B is #2F0774. Grayscale: #E0E0E0. Windows color (decimal): -3082101 or 9173200. OLE color: 9173200.

HSL color Cylindrical-coordinate representation of color #D0F88B: hue angle of 82.02º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0F88B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB208248139-
CMYK0.1600.440.03
HSL82.02º88.62%75.88%-
HSV(B)82.02º43.95%97.25%-
XYZ64.2482.4136.95-
YUV223.6180.25116.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 139 (54.69% from 255) = 23.36%
R=34.96%
G=41.68%
B=23.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481390.1600.440.0382.0288.6275.88
HexD0F88B1002C352594c
Octal320370213200543122131114
Binary11010000111110001000101110000010110011101001010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F88B; }

 p { color: rgb(208,248,139); }

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

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

 a { background-color: rgb(208,248,139); }

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

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

 span { border-color: rgb(208,248,139); }

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