#afc54b

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

Shades of Celery #AFC54B

Tints of Celery #AFC54B

Color information

#AFC54B (or 0xAFC54B) is unknown color: approx Celery. HEX triplet: AF, C5 and 4B. RGB value is (175,197,75). Sum of RGB (Red+Green+Blue) = 175+197+75=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC54B is #503AB4. Grayscale: #B0B0B0. Windows color (decimal): -5257909 or 4965807. OLE color: 4965807.

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

Color convert

RGB17519775-
CMYK0.1100.620.23
HSL70.82º51.26%53.33%-
HSV(B)70.82º61.93%77.25%-
XYZ38.9249.5514.17-
YUV176.5170.71126.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 75 (29.69% from 255) = 16.78%
R=39.15%
G=44.07%
B=16.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175197750.1100.620.2370.8251.2653.33
HexAFC54BB03E17473335
Octal25730511313076271076365
Binary1010111111000101100101110110111110101111000111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afc54b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afc54b; }

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

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

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

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

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

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

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

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