Html Css Color HEX #AFC449 Celery

📋 copy color: '#AFC449'

red 175 ◦ green 196 ◦ blue 73

#AFC449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #AFC449

Tints of Celery #AFC449

RGB

 RED value IS 175 (68.75% from 255) = 39.41%

 GREEN value IS 196 (76.95% from 255) = 44.14%

 BLUE value IS 73 (28.91% from 255) = 16.44%

R = 39.41%
G = 44.14%
B = 16.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#AFC449 (or 0xAFC449) is known color: Celery. HEX triplet: AF, C4 and 49. RGB value is (175,196,73). Sum of RGB (Red+Green+Blue) = 175+196+73=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC449 is #503BB6. Grayscale: #B0B0B0. Windows color (decimal): -5258167 or 4834479. OLE color: 4834479.

HSL color Cylindrical-coordinate representation of color #AFC449: hue angle of 70.24º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFC449 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 73 -
CMYK 0.11 0 0.63 0.23
HSL 70.24º 0.51% 0.53% -
HSV(B) 70.24º 0.63% 0.77% -
XYZ 38.62 49.07 13.74 -
YUV 175.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 175 196 73 0.11 0 0.63 0.23 70.24 0.51 0.53
Hex AF C4 49 B 0 3F 17 46 33 35
Octal 257 304 111 13 0 77 27 106 63 65
Binary 10101111 11000100 1001001 1011 0 111111 10111 1000110 110011 110101

Color Harmonies of #AFC449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC449

Black with #AFC449

Text Example


Text Example

White with #AFC449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC449; }

 p { color: rgb(175,196,73); }

 H1.HeaderClassName
 {
   color: #AFC449;
 }
 .AnyTagClassName
 {
   color: #AFC449;
 }
</style>

background-color css

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

 a { background-color: rgb(175,196,73); }

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

border-color css

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

 span { border-color: rgb(175,196,73); }

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