#AFF077

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

Shades of Sulu #AFF077

Tints of Sulu #AFF077

Color information

#AFF077 (or 0xAFF077) is unknown color: approx Sulu. HEX triplet: AF, F0 and 77. RGB value is (175,240,119). Sum of RGB (Red+Green+Blue) = 175+240+119=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF077 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF077 is #500F88. Grayscale: #CFCFCF. Windows color (decimal): -5246857 or 7860399. OLE color: 7860399.

HSL color Cylindrical-coordinate representation of color #AFF077: hue angle of 92.23º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF077 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB175240119-
CMYK0.2700.500.06
HSL92.23º80.13%70.39%-
HSV(B)92.23º50.42%94.12%-
XYZ52.1772.7728.75-
YUV206.7778.47105.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 240 (94.14% from 255) = 44.94%
BLUE value IS 119 (46.88% from 255) = 22.28%
R=32.77%
G=44.94%
B=22.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401190.2700.500.0692.2380.1370.39
HexAFF0771B03265c5046
Octal257360167330626134120106
Binary10101111111100001110111110110110010110101110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF077; }

 p { color: rgb(175,240,119); }

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

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

 a { background-color: rgb(175,240,119); }

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

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

 span { border-color: rgb(175,240,119); }

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