#D2F378

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

Shades of Sulu #D2F378

Tints of Sulu #D2F378

Color information

#D2F378 (or 0xD2F378) is unknown color: approx Sulu. HEX triplet: D2, F3 and 78. RGB value is (210,243,120). Sum of RGB (Red+Green+Blue) = 210+243+120=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 120 (47.27% from 255 or 20.94% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F378 is #2D0C87. Grayscale: #DBDBDB. Windows color (decimal): -2952328 or 7926738. OLE color: 7926738.

HSL color Cylindrical-coordinate representation of color #D2F378: hue angle of 76.1º degrees, saturation: 0.84, 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 #D2F378 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB210243120-
CMYK0.1400.510.05
HSL76.1º83.67%71.18%-
HSV(B)76.1º50.62%95.29%-
XYZ62.0279.1629.78-
YUV219.1172.07121.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 120 (47.27% from 255) = 20.94%
R=36.65%
G=42.41%
B=20.94%

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
Decimal2102431200.1400.510.0576.183.6771.18
HexD2F378E03354c5447
Octal322363170160635114124107
Binary1101001011110011111100011100110011101100110010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F378; }

 p { color: rgb(210,243,120); }

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

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

 a { background-color: rgb(210,243,120); }

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

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

 span { border-color: rgb(210,243,120); }

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