#AFEE70

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

Shades of Sulu #AFEE70

Tints of Sulu #AFEE70

Color information

#AFEE70 (or 0xAFEE70) is unknown color: approx Sulu. HEX triplet: AF, EE and 70. RGB value is (175,238,112). Sum of RGB (Red+Green+Blue) = 175+238+112=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE70 is #50118F. Grayscale: #CDCDCD. Windows color (decimal): -5247376 or 7401135. OLE color: 7401135.

HSL color Cylindrical-coordinate representation of color #AFEE70: hue angle of 90º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFEE70 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB175238112-
CMYK0.2600.530.07
HSL90º78.75%68.63%-
HSV(B)90º52.94%93.33%-
XYZ51.1871.4326.42-
YUV204.875.63106.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 238 (93.36% from 255) = 45.33%
BLUE value IS 112 (44.14% from 255) = 21.33%
R=33.33%
G=45.33%
B=21.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381120.2600.530.079078.7568.63
HexAFEE701A03575a4f45
Octal257356160320657132117105
Binary10101111111011101110000110100110101111101101010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEE70; }

 p { color: rgb(175,238,112); }

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

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

 a { background-color: rgb(175,238,112); }

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

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

 span { border-color: rgb(175,238,112); }

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