#AFFE84

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

Shades of Sulu #AFFE84

Tints of Sulu #AFFE84

Color information

#AFFE84 (or 0xAFFE84) is unknown color: approx Sulu. HEX triplet: AF, FE and 84. RGB value is (175,254,132). Sum of RGB (Red+Green+Blue) = 175+254+132=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFE84 is #50017B. Grayscale: #D8D8D8. Windows color (decimal): -5243260 or 8715951. OLE color: 8715951.

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

Color convert

RGB175254132-
CMYK0.3100.480.00
HSL98.85º98.39%75.69%-
HSV(B)98.85º48.03%99.61%-
XYZ57.2981.6634.57-
YUV216.4780.3398.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 254 (99.61% from 255) = 45.28%
BLUE value IS 132 (51.95% from 255) = 23.53%
R=31.19%
G=45.28%
B=23.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541320.3100.480.0098.8598.3975.69
HexAFFE841F030063624c
Octal257376204370600143142114
Binary1010111111111110100001001111101100000110001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFE84; }

 p { color: rgb(175,254,132); }

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

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

 a { background-color: rgb(175,254,132); }

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

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

 span { border-color: rgb(175,254,132); }

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