#AFCB44

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

Shades of Celery #AFCB44

Tints of Celery #AFCB44

Color information

#AFCB44 (or 0xAFCB44) is unknown color: approx Celery. HEX triplet: AF, CB and 44. RGB value is (175,203,68). Sum of RGB (Red+Green+Blue) = 175+203+68=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB44 is #5034BB. Grayscale: #B3B3B3. Windows color (decimal): -5256380 or 4508591. OLE color: 4508591.

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

Color convert

RGB17520368-
CMYK0.1400.670.20
HSL72.44º56.49%53.14%-
HSV(B)72.44º66.5%79.61%-
XYZ40.0852.2413.44-
YUV179.2465.22124.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 203 (79.69% from 255) = 45.52%
BLUE value IS 68 (26.95% from 255) = 15.25%
R=39.24%
G=45.52%
B=15.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175203680.1400.670.2072.4456.4953.14
HexAFCB44E04314483835
Octal257313104160103241107065
Binary10101111110010111000100111001000011101001001000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB44; }

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

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

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

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

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

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

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

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