#D5FF85

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

Shades of Sulu #D5FF85

Tints of Sulu #D5FF85

Color information

#D5FF85 (or 0xD5FF85) is unknown color: approx Sulu. HEX triplet: D5, FF and 85. RGB value is (213,255,133). Sum of RGB (Red+Green+Blue) = 213+255+133=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF85 is #2A007A. Grayscale: #E4E4E4. Windows color (decimal): -2752635 or 8781781. OLE color: 8781781.

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

Color convert

RGB213255133-
CMYK0.1600.480
HSL80.66º100%76.08%-
HSV(B)80.66º47.84%100%-
XYZ67.4387.3635.5-
YUV228.5374.09116.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 133 (52.34% from 255) = 22.13%
R=35.44%
G=42.43%
B=22.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551330.1600.48080.6610076.08
HexD5FF8510030051644c
Octal325377205200600121144114
Binary1101010111111111100001011000001100000101000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF85; }

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

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

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

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

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

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

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

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