#AFFD7C

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

Shades of Sulu #AFFD7C

Tints of Sulu #AFFD7C

Color information

#AFFD7C (or 0xAFFD7C) is unknown color: approx Sulu. HEX triplet: AF, FD and 7C. RGB value is (175,253,124). Sum of RGB (Red+Green+Blue) = 175+253+124=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD7C is #500283. Grayscale: #D7D7D7. Windows color (decimal): -5243524 or 8191407. OLE color: 8191407.

HSL color Cylindrical-coordinate representation of color #AFFD7C: hue angle of 96.28º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFFD7C is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB175253124-
CMYK0.3100.510.01
HSL96.28º96.99%73.92%-
HSV(B)96.28º50.99%99.22%-
XYZ56.4480.8231.69-
YUV214.9776.6699.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 253 (99.22% from 255) = 45.83%
BLUE value IS 124 (48.83% from 255) = 22.46%
R=31.70%
G=45.83%
B=22.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531240.3100.510.0196.2896.9973.92
HexAFFD7C1F033160614a
Octal257375174370631140141112
Binary101011111111110111111001111101100111110000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD7C; }

 p { color: rgb(175,253,124); }

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

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

 a { background-color: rgb(175,253,124); }

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

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

 span { border-color: rgb(175,253,124); }

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