#D2FB7A

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

Shades of Sulu #D2FB7A

Tints of Sulu #D2FB7A

Color information

#D2FB7A (or 0xD2FB7A) is unknown color: approx Sulu. HEX triplet: D2, FB and 7A. RGB value is (210,251,122). Sum of RGB (Red+Green+Blue) = 210+251+122=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FB7A is #2D0485. Grayscale: #E0E0E0. Windows color (decimal): -2950278 or 8059858. OLE color: 8059858.

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

Color convert

RGB210251122-
CMYK0.1600.510.02
HSL79.07º94.16%73.14%-
HSV(B)79.07º51.39%98.43%-
XYZ64.5984.131.24-
YUV224.0370.42117.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 251 (98.44% from 255) = 43.05%
BLUE value IS 122 (48.05% from 255) = 20.93%
R=36.02%
G=43.05%
B=20.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102511220.1600.510.0279.0794.1673.14
HexD2FB7A1003324f5e49
Octal322373172200632117136111
Binary1101001011111011111101010000011001110100111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FB7A; }

 p { color: rgb(210,251,122); }

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

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

 a { background-color: rgb(210,251,122); }

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

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

 span { border-color: rgb(210,251,122); }

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