Html Css Color HEX #AFCC49 Celery

📋 copy color: '#AFCC49'

red 175 ◦ green 204 ◦ blue 73

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

Shades of Celery #AFCC49

Tints of Celery #AFCC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.13%

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

R = 38.72%
G = 45.13%
B = 16.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#AFCC49 (or 0xAFCC49) is known color: Celery. HEX triplet: AF, CC and 49. RGB value is (175,204,73). Sum of RGB (Red+Green+Blue) = 175+204+73=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC49 is #5033B6. Grayscale: #B4B4B4. Windows color (decimal): -5256119 or 4836527. OLE color: 4836527.

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

Color convert

RGB 175 204 73 -
CMYK 0.14 0 0.64 0.2
HSL 73.28º 0.56% 0.54% -
HSV(B) 73.28º 0.64% 0.8% -
XYZ 40.47 52.78 14.36 -
YUV 180.4 67.39 124.15 -
System Red Green Blue C M Y K H S L
Decimal 175 204 73 0.14 0 0.64 0.2 73.28 0.56 0.54
Hex AF CC 49 E 0 40 14 49 38 36
Octal 257 314 111 16 0 100 24 111 70 66
Binary 10101111 11001100 1001001 1110 0 1000000 10100 1001001 111000 110110

Color Harmonies of #AFCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC49

Black with #AFCC49

Text Example


Text Example

White with #AFCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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