Html Css Color HEX #AFC848 Celery

📋 copy color: '#AFC848'

red 175 ◦ green 200 ◦ blue 72

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

Shades of Celery #AFC848

Tints of Celery #AFC848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.74%

 BLUE value IS 72 (28.52% from 255) = 16.11%

R = 39.15%
G = 44.74%
B = 16.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#AFC848 (or 0xAFC848) is known color: Celery. HEX triplet: AF, C8 and 48. RGB value is (175,200,72). Sum of RGB (Red+Green+Blue) = 175+200+72=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC848 is #5037B7. Grayscale: #B2B2B2. Windows color (decimal): -5257144 or 4769967. OLE color: 4769967.

HSL color Cylindrical-coordinate representation of color #AFC848: hue angle of 71.72º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC848 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 72 -
CMYK 0.12 0 0.64 0.22
HSL 71.72º 0.54% 0.53% -
HSV(B) 71.72º 0.64% 0.78% -
XYZ 39.5 50.89 13.87 -
YUV 177.93 68.22 125.91 -
System Red Green Blue C M Y K H S L
Decimal 175 200 72 0.12 0 0.64 0.22 71.72 0.54 0.53
Hex AF C8 48 C 0 40 16 48 36 35
Octal 257 310 110 14 0 100 26 110 66 65
Binary 10101111 11001000 1001000 1100 0 1000000 10110 1001000 110110 110101

Color Harmonies of #AFC848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC848

Black with #AFC848

Text Example


Text Example

White with #AFC848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC848; }

 p { color: rgb(175,200,72); }

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

background-color css

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

 a { background-color: rgb(175,200,72); }

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

border-color css

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

 span { border-color: rgb(175,200,72); }

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