Html Css Color HEX #AFC64C Celery

📋 copy color: '#AFC64C'

red 175 ◦ green 198 ◦ blue 76

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

Shades of Celery #AFC64C

Tints of Celery #AFC64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.1%

 BLUE value IS 76 (30.08% from 255) = 16.93%

R = 38.98%
G = 44.1%
B = 16.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#AFC64C (or 0xAFC64C) is known color: Celery. HEX triplet: AF, C6 and 4C. RGB value is (175,198,76). Sum of RGB (Red+Green+Blue) = 175+198+76=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC64C is #5039B3. Grayscale: #B1B1B1. Windows color (decimal): -5257652 or 5031599. OLE color: 5031599.

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

Color convert

RGB 175 198 76 -
CMYK 0.12 0 0.62 0.22
HSL 71.31º 0.52% 0.54% -
HSV(B) 71.31º 0.62% 0.78% -
XYZ 39.18 50.02 14.43 -
YUV 177.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 175 198 76 0.12 0 0.62 0.22 71.31 0.52 0.54
Hex AF C6 4C C 0 3E 16 47 34 36
Octal 257 306 114 14 0 76 26 107 64 66
Binary 10101111 11000110 1001100 1100 0 111110 10110 1000111 110100 110110

Color Harmonies of #AFC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC64C

Black with #AFC64C

Text Example


Text Example

White with #AFC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC64C; }

 p { color: rgb(175,198,76); }

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

background-color css

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

 a { background-color: rgb(175,198,76); }

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

border-color css

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

 span { border-color: rgb(175,198,76); }

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