#D0F277

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

Shades of Sulu #D0F277

Tints of Sulu #D0F277

Color information

#D0F277 (or 0xD0F277) is unknown color: approx Sulu. HEX triplet: D0, F2 and 77. RGB value is (208,242,119). Sum of RGB (Red+Green+Blue) = 208+242+119=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F277 is #2F0D88. Grayscale: #DADADA. Windows color (decimal): -3083657 or 7860944. OLE color: 7860944.

HSL color Cylindrical-coordinate representation of color #D0F277: hue angle of 76.59º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0F277 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB208242119-
CMYK0.1400.510.05
HSL76.59º82.55%70.78%-
HSV(B)76.59º50.83%94.9%-
XYZ61.0978.2529.34-
YUV217.8172.24121-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 119 (46.88% from 255) = 20.91%
R=36.56%
G=42.53%
B=20.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082421190.1400.510.0576.5982.5570.78
HexD0F277E03354d5347
Octal320362167160635115123107
Binary1101000011110010111011111100110011101100110110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F277; }

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

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

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

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

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

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

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

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