#D0F374

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

Shades of Sulu #D0F374

Tints of Sulu #D0F374

Color information

#D0F374 (or 0xD0F374) is unknown color: approx Sulu. HEX triplet: D0, F3 and 74. RGB value is (208,243,116). Sum of RGB (Red+Green+Blue) = 208+243+116=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F374 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F374 is #2F0C8B. Grayscale: #DADADA. Windows color (decimal): -3083404 or 7664592. OLE color: 7664592.

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

Color convert

RGB208243116-
CMYK0.1400.520.05
HSL76.54º84.11%70.39%-
HSV(B)76.54º52.26%95.29%-
XYZ61.2278.7728.5-
YUV218.0670.4120.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 243 (95.31% from 255) = 42.86%
BLUE value IS 116 (45.70% from 255) = 20.46%
R=36.68%
G=42.86%
B=20.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082431160.1400.520.0576.5484.1170.39
HexD0F374E03454d5446
Octal320363164160645115124106
Binary1101000011110011111010011100110100101100110110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F374; }

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

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

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

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

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

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

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

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