#AFC84B

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

Shades of Celery #AFC84B

Tints of Celery #AFC84B

Color information

#AFC84B (or 0xAFC84B) is unknown color: approx Celery. HEX triplet: AF, C8 and 4B. RGB value is (175,200,75). Sum of RGB (Red+Green+Blue) = 175+200+75=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC84B is #5037B4. Grayscale: #B2B2B2. Windows color (decimal): -5257141 or 4966575. OLE color: 4966575.

HSL color Cylindrical-coordinate representation of color #AFC84B: hue angle of 72º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC84B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB17520075-
CMYK0.1200.620.22
HSL72º53.19%53.92%-
HSV(B)72º62.5%78.43%-
XYZ39.650.9314.4-
YUV178.2869.72125.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 200 (78.52% from 255) = 44.44%
BLUE value IS 75 (29.69% from 255) = 16.67%
R=38.89%
G=44.44%
B=16.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175200750.1200.620.227253.1953.92
HexAFC84BC03E16483536
Octal25731011314076261106566
Binary1010111111001000100101111000111110101101001000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC84B; }

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

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

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

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

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

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

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

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