#D2FF75

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

Shades of Sulu #D2FF75

Tints of Sulu #D2FF75

Color information

#D2FF75 (or 0xD2FF75) is unknown color: approx Sulu. HEX triplet: D2, FF and 75. RGB value is (210,255,117). Sum of RGB (Red+Green+Blue) = 210+255+117=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF75 is #2D008A. Grayscale: #E2E2E2. Windows color (decimal): -2949259 or 7733202. OLE color: 7733202.

HSL color Cylindrical-coordinate representation of color #D2FF75: hue angle of 79.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2FF75 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB210255117-
CMYK0.1800.540
HSL79.57º100%72.94%-
HSV(B)79.57º54.12%100%-
XYZ65.5586.5130.07-
YUV225.8166.59116.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 255 (100% from 255) = 43.81%
BLUE value IS 117 (46.09% from 255) = 20.10%
R=36.08%
G=43.81%
B=20.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551170.1800.54079.5710072.94
HexD2FF75120360506449
Octal322377165220660120144111
Binary110100101111111111101011001001101100101000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FF75; }

 p { color: rgb(210,255,117); }

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

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

 a { background-color: rgb(210,255,117); }

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

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

 span { border-color: rgb(210,255,117); }

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