#AFC541

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

Shades of Celery #AFC541

Tints of Celery #AFC541

Color information

#AFC541 (or 0xAFC541) is unknown color: approx Celery. HEX triplet: AF, C5 and 41. RGB value is (175,197,65). Sum of RGB (Red+Green+Blue) = 175+197+65=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC541 is #503ABE. Grayscale: #AFAFAF. Windows color (decimal): -5257919 or 4310447. OLE color: 4310447.

HSL color Cylindrical-coordinate representation of color #AFC541: hue angle of 70º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFC541 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB17519765-
CMYK0.1100.670.23
HSL70º53.23%51.37%-
HSV(B)70º67.01%77.25%-
XYZ38.649.4312.51-
YUV175.3765.71127.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 197 (77.34% from 255) = 45.08%
BLUE value IS 65 (25.78% from 255) = 14.87%
R=40.05%
G=45.08%
B=14.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175197650.1100.670.237053.2351.37
HexAFC541B04317463533
Octal257305101130103271066563
Binary10101111110001011000001101101000011101111000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC541; }

 p { color: rgb(175,197,65); }

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

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

 a { background-color: rgb(175,197,65); }

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

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

 span { border-color: rgb(175,197,65); }

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