#AFCD42

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

Shades of Celery #AFCD42

Tints of Celery #AFCD42

Color information

#AFCD42 (or 0xAFCD42) is unknown color: approx Celery. HEX triplet: AF, CD and 42. RGB value is (175,205,66). Sum of RGB (Red+Green+Blue) = 175+205+66=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD42 is #5032BD. Grayscale: #B4B4B4. Windows color (decimal): -5255870 or 4378031. OLE color: 4378031.

HSL color Cylindrical-coordinate representation of color #AFCD42: hue angle of 72.95º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFCD42 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB17520566-
CMYK0.1500.680.20
HSL72.95º58.16%53.14%-
HSV(B)72.95º67.8%80.39%-
XYZ40.4953.1713.28-
YUV180.1863.56124.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 66 (26.17% from 255) = 14.80%
R=39.24%
G=45.96%
B=14.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175205660.1500.680.2072.9558.1653.14
HexAFCD42F04414493a35
Octal257315102170104241117265
Binary10101111110011011000010111101000100101001001001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD42; }

 p { color: rgb(175,205,66); }

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

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

 a { background-color: rgb(175,205,66); }

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

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

 span { border-color: rgb(175,205,66); }

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