#D2FA79

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

Shades of Sulu #D2FA79

Tints of Sulu #D2FA79

Color information

#D2FA79 (or 0xD2FA79) is unknown color: approx Sulu. HEX triplet: D2, FA and 79. RGB value is (210,250,121). Sum of RGB (Red+Green+Blue) = 210+250+121=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 121 (47.66% from 255 or 20.83% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA79 is #2D0586. Grayscale: #DFDFDF. Windows color (decimal): -2950535 or 7994066. OLE color: 7994066.

HSL color Cylindrical-coordinate representation of color #D2FA79: hue angle of 78.6º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2FA79 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB210250121-
CMYK0.1600.520.02
HSL78.6º92.81%72.75%-
HSV(B)78.6º51.6%98.04%-
XYZ64.2283.4530.81-
YUV223.3370.25118.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 121 (47.66% from 255) = 20.83%
R=36.14%
G=43.03%
B=20.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102501210.1600.520.0278.692.8172.75
HexD2FA791003424f5d49
Octal322372171200642117135111
Binary1101001011111010111100110000011010010100111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FA79; }

 p { color: rgb(210,250,121); }

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

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

 a { background-color: rgb(210,250,121); }

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

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

 span { border-color: rgb(210,250,121); }

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