#D2FF85

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

Shades of Sulu #D2FF85

Tints of Sulu #D2FF85

Color information

#D2FF85 (or 0xD2FF85) is unknown color: approx Sulu. HEX triplet: D2, FF and 85. RGB value is (210,255,133). Sum of RGB (Red+Green+Blue) = 210+255+133=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FF85 is #2D007A. Grayscale: #E4E4E4. Windows color (decimal): -2949243 or 8781778. OLE color: 8781778.

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

Color convert

RGB210255133-
CMYK0.1800.480
HSL82.13º100%76.08%-
HSV(B)82.13º47.84%100%-
XYZ66.5786.9235.46-
YUV227.6474.59115.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 255 (100% from 255) = 42.64%
BLUE value IS 133 (52.34% from 255) = 22.24%
R=35.12%
G=42.64%
B=22.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551330.1800.48082.1310076.08
HexD2FF8512030052644c
Octal322377205220600122144114
Binary1101001011111111100001011001001100000101001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FF85; }

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

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

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

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

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

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

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

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