#D0F37A

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

Shades of Sulu #D0F37A

Tints of Sulu #D0F37A

Color information

#D0F37A (or 0xD0F37A) is unknown color: approx Sulu. HEX triplet: D0, F3 and 7A. RGB value is (208,243,122). Sum of RGB (Red+Green+Blue) = 208+243+122=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F37A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F37A is #2F0C85. Grayscale: #DBDBDB. Windows color (decimal): -3083398 or 8057808. OLE color: 8057808.

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

Color convert

RGB208243122-
CMYK0.1400.500.05
HSL77.36º83.45%71.57%-
HSV(B)77.36º49.79%95.29%-
XYZ61.5878.9230.4-
YUV218.7473.4120.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 122 (48.05% from 255) = 21.29%
R=36.30%
G=42.41%
B=21.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082431220.1400.500.0577.3683.4571.57
HexD0F37AE03254d5348
Octal320363172160625115123110
Binary1101000011110011111101011100110010101100110110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F37A; }

 p { color: rgb(208,243,122); }

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

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

 a { background-color: rgb(208,243,122); }

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

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

 span { border-color: rgb(208,243,122); }

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