#D0F87F

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

Shades of Sulu #D0F87F

Tints of Sulu #D0F87F

Color information

#D0F87F (or 0xD0F87F) is unknown color: approx Sulu. HEX triplet: D0, F8 and 7F. RGB value is (208,248,127). Sum of RGB (Red+Green+Blue) = 208+248+127=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F87F is #2F0780. Grayscale: #DEDEDE. Windows color (decimal): -3082113 or 8386768. OLE color: 8386768.

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

Color convert

RGB208248127-
CMYK0.1600.490.03
HSL79.83º89.63%73.53%-
HSV(B)79.83º48.79%97.25%-
XYZ63.4182.0832.58-
YUV222.2574.25117.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 248 (97.27% from 255) = 42.54%
BLUE value IS 127 (50% from 255) = 21.78%
R=35.68%
G=42.54%
B=21.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481270.1600.490.0379.8389.6373.53
HexD0F87F100313505a4a
Octal320370177200613120132112
Binary1101000011111000111111110000011000111101000010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F87F; }

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

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

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

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

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

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

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

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