#D2FA7F

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

Shades of Sulu #D2FA7F

Tints of Sulu #D2FA7F

Color information

#D2FA7F (or 0xD2FA7F) is unknown color: approx Sulu. HEX triplet: D2, FA and 7F. RGB value is (210,250,127). Sum of RGB (Red+Green+Blue) = 210+250+127=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA7F is #2D0580. Grayscale: #E0E0E0. Windows color (decimal): -2950529 or 8387282. OLE color: 8387282.

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

Color convert

RGB210250127-
CMYK0.1600.490.02
HSL79.51º92.48%73.92%-
HSV(B)79.51º49.2%98.04%-
XYZ64.5983.6132.81-
YUV224.0273.25118-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 127 (50% from 255) = 21.64%
R=35.78%
G=42.59%
B=21.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102501270.1600.490.0279.5192.4873.92
HexD2FA7F100312505c4a
Octal322372177200612120134112
Binary1101001011111010111111110000011000110101000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FA7F; }

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

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

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

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

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

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

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

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