#D3FF85

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

Shades of Sulu #D3FF85

Tints of Sulu #D3FF85

Color information

#D3FF85 (or 0xD3FF85) is unknown color: approx Sulu. HEX triplet: D3, FF and 85. RGB value is (211,255,133). Sum of RGB (Red+Green+Blue) = 211+255+133=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FF85 is #2C007A. Grayscale: #E4E4E4. Windows color (decimal): -2883707 or 8781779. OLE color: 8781779.

HSL color Cylindrical-coordinate representation of color #D3FF85: hue angle of 81.64º 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 #D3FF85 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB211255133-
CMYK0.1700.480
HSL81.64º100%76.08%-
HSV(B)81.64º47.84%100%-
XYZ66.8687.0635.47-
YUV227.9474.42115.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.23%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 133 (52.34% from 255) = 22.20%
R=35.23%
G=42.57%
B=22.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2112551330.1700.48081.6410076.08
HexD3FF8511030052644c
Octal323377205210600122144114
Binary1101001111111111100001011000101100000101001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FF85; }

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

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

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

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

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

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

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

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