Html Css Color HEX #AFC44F Celery

📋 copy color: '#AFC44F'

red 175 ◦ green 196 ◦ blue 79

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

Shades of Celery #AFC44F

Tints of Celery #AFC44F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 38.89%
G = 43.56%
B = 17.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#AFC44F (or 0xAFC44F) is known color: Celery. HEX triplet: AF, C4 and 4F. RGB value is (175,196,79). Sum of RGB (Red+Green+Blue) = 175+196+79=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC44F is #503BB0. Grayscale: #B0B0B0. Windows color (decimal): -5258161 or 5227695. OLE color: 5227695.

HSL color Cylindrical-coordinate representation of color #AFC44F: hue angle of 70.77º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC44F is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 79 -
CMYK 0.11 0 0.60 0.23
HSL 70.77º 0.5% 0.54% -
HSV(B) 70.77º 0.6% 0.77% -
XYZ 38.83 49.16 14.84 -
YUV 176.38 73.04 127.01 -
System Red Green Blue C M Y K H S L
Decimal 175 196 79 0.11 0 0.60 0.23 70.77 0.5 0.54
Hex AF C4 4F B 0 3C 17 47 32 36
Octal 257 304 117 13 0 74 27 107 62 66
Binary 10101111 11000100 1001111 1011 0 111100 10111 1000111 110010 110110

Color Harmonies of #AFC44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC44F

Black with #AFC44F

Text Example


Text Example

White with #AFC44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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