#D5FF83

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

Shades of Sulu #D5FF83

Tints of Sulu #D5FF83

Color information

#D5FF83 (or 0xD5FF83) is unknown color: approx Sulu. HEX triplet: D5, FF and 83. RGB value is (213,255,131). Sum of RGB (Red+Green+Blue) = 213+255+131=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF83 is #2A007C. Grayscale: #E4E4E4. Windows color (decimal): -2752637 or 8650709. OLE color: 8650709.

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

Color convert

RGB213255131-
CMYK0.1600.490
HSL80.32º100%75.69%-
HSV(B)80.32º48.63%100%-
XYZ67.387.334.78-
YUV228.3173.09117.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.56%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 131 (51.56% from 255) = 21.87%
R=35.56%
G=42.57%
B=21.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551310.1600.49080.3210075.69
HexD5FF8310031050644c
Octal325377203200610120144114
Binary1101010111111111100000111000001100010101000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF83; }

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

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

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

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

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

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

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

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