#d5ff82

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

Shades of Sulu #D5FF82

Tints of Sulu #D5FF82

Color information

#D5FF82 (or 0xD5FF82) is unknown color: approx Sulu. HEX triplet: D5, FF and 82. RGB value is (213,255,130). Sum of RGB (Red+Green+Blue) = 213+255+130=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF82 is #2A007D. Grayscale: #E4E4E4. Windows color (decimal): -2752638 or 8585173. OLE color: 8585173.

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

Color convert

RGB213255130-
CMYK0.1600.490
HSL80.16º100%75.49%-
HSV(B)80.16º49.02%100%-
XYZ67.2387.2834.42-
YUV228.1972.59117.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.62%
GREEN value IS 255 (100% from 255) = 42.64%
BLUE value IS 130 (51.17% from 255) = 21.74%
R=35.62%
G=42.64%
B=21.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551300.1600.49080.1610075.49
HexD5FF8210031050644b
Octal325377202200610120144113
Binary1101010111111111100000101000001100010101000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5ff82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5ff82; }

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

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

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

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

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

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

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

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