#AFCD3E

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

Shades of Celery #AFCD3E

Tints of Celery #AFCD3E

Color information

#AFCD3E (or 0xAFCD3E) is unknown color: approx Celery. HEX triplet: AF, CD and 3E. RGB value is (175,205,62). Sum of RGB (Red+Green+Blue) = 175+205+62=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD3E is #5032C1. Grayscale: #B4B4B4. Windows color (decimal): -5255874 or 4115887. OLE color: 4115887.

HSL color Cylindrical-coordinate representation of color #AFCD3E: hue angle of 72.59º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFCD3E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB17520562-
CMYK0.1500.700.20
HSL72.59º58.85%52.35%-
HSV(B)72.59º69.76%80.39%-
XYZ40.3853.1212.68-
YUV179.7361.56124.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 205 (80.47% from 255) = 46.38%
BLUE value IS 62 (24.61% from 255) = 14.03%
R=39.59%
G=46.38%
B=14.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175205620.1500.700.2072.5958.8552.35
HexAFCD3EF04614493b34
Octal25731576170106241117364
Binary1010111111001101111110111101000110101001001001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD3E; }

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

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

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

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

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

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

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

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