#AFCA57

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

Shades of Celery #AFCA57

Tints of Celery #AFCA57

Color information

#AFCA57 (or 0xAFCA57) is unknown color: approx Celery. HEX triplet: AF, CA and 57. RGB value is (175,202,87). Sum of RGB (Red+Green+Blue) = 175+202+87=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA57 is #5035A8. Grayscale: #B5B5B5. Windows color (decimal): -5256617 or 5753519. OLE color: 5753519.

HSL color Cylindrical-coordinate representation of color #AFCA57: hue angle of 74.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFCA57 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB17520287-
CMYK0.1300.570.21
HSL74.09º52.04%56.67%-
HSV(B)74.09º56.93%79.22%-
XYZ40.5252.0416.93-
YUV180.8275.05123.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 87 (34.38% from 255) = 18.75%
R=37.72%
G=43.53%
B=18.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175202870.1300.570.2174.0952.0456.67
HexAFCA57D039154a3439
Octal25731212715071251126471
Binary1010111111001010101011111010111001101011001010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA57; }

 p { color: rgb(175,202,87); }

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

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

 a { background-color: rgb(175,202,87); }

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

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

 span { border-color: rgb(175,202,87); }

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