#d0fe77

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

Shades of Sulu #D0FE77

Tints of Sulu #D0FE77

Color information

#D0FE77 (or 0xD0FE77) is unknown color: approx Sulu. HEX triplet: D0, FE and 77. RGB value is (208,254,119). Sum of RGB (Red+Green+Blue) = 208+254+119=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE77 is #2F0188. Grayscale: #E1E1E1. Windows color (decimal): -3080585 or 7864016. OLE color: 7864016.

HSL color Cylindrical-coordinate representation of color #D0FE77: hue angle of 80.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0FE77 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB208254119-
CMYK0.1800.530.00
HSL80.44º98.54%73.14%-
HSV(B)80.44º53.15%99.61%-
XYZ64.7885.6330.57-
YUV224.8668.26115.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 254 (99.61% from 255) = 43.72%
BLUE value IS 119 (46.88% from 255) = 20.48%
R=35.80%
G=43.72%
B=20.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082541190.1800.530.0080.4498.5473.14
HexD0FE77120350506349
Octal320376167220650120143111
Binary110100001111111011101111001001101010101000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0fe77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0fe77; }

 p { color: rgb(208,254,119); }

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

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

 a { background-color: rgb(208,254,119); }

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

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

 span { border-color: rgb(208,254,119); }

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