#AFC037

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

Shades of Celery #AFC037

Tints of Celery #AFC037

Color information

#AFC037 (or 0xAFC037) is unknown color: approx Celery. HEX triplet: AF, C0 and 37. RGB value is (175,192,55). Sum of RGB (Red+Green+Blue) = 175+192+55=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC037 is #503FC8. Grayscale: #ABABAB. Windows color (decimal): -5259209 or 3653807. OLE color: 3653807.

HSL color Cylindrical-coordinate representation of color #AFC037: hue angle of 67.45º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFC037 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB17519255-
CMYK0.0900.710.25
HSL67.45º55.47%48.43%-
HSV(B)67.45º71.35%75.29%-
XYZ37.2247.0910.74-
YUV171.362.37130.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 192 (75.39% from 255) = 45.50%
BLUE value IS 55 (21.88% from 255) = 13.03%
R=41.47%
G=45.50%
B=13.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175192550.0900.710.2567.4555.4748.43
HexAFC037904719433730
Octal25730067110107311036760
Binary1010111111000000110111100101000111110011000011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC037; }

 p { color: rgb(175,192,55); }

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

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

 a { background-color: rgb(175,192,55); }

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

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

 span { border-color: rgb(175,192,55); }

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