#afcb3c

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

Shades of Celery #AFCB3C

Tints of Celery #AFCB3C

Color information

#AFCB3C (or 0xAFCB3C) is unknown color: approx Celery. HEX triplet: AF, CB and 3C. RGB value is (175,203,60). Sum of RGB (Red+Green+Blue) = 175+203+60=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB3C is #5034C3. Grayscale: #B2B2B2. Windows color (decimal): -5256388 or 3984303. OLE color: 3984303.

HSL color Cylindrical-coordinate representation of color #AFCB3C: hue angle of 71.75º degrees, saturation: 0.58, 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 #AFCB3C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB17520360-
CMYK0.1400.700.20
HSL71.75º57.89%51.57%-
HSV(B)71.75º70.44%79.61%-
XYZ39.8552.1512.24-
YUV178.3361.22125.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 203 (79.69% from 255) = 46.35%
BLUE value IS 60 (23.83% from 255) = 13.70%
R=39.95%
G=46.35%
B=13.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175203600.1400.700.2071.7557.8951.57
HexAFCB3CE04614483a34
Octal25731374160106241107264
Binary1010111111001011111100111001000110101001001000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afcb3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afcb3c; }

 p { color: rgb(175,203,60); }

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

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

 a { background-color: rgb(175,203,60); }

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

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

 span { border-color: rgb(175,203,60); }

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