Html Css Color HEX #AFC746 Celery

📋 copy color: '#AFC746'

red 175 ◦ green 199 ◦ blue 70

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

Shades of Celery #AFC746

Tints of Celery #AFC746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.82%

 BLUE value IS 70 (27.73% from 255) = 15.77%

R = 39.41%
G = 44.82%
B = 15.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#AFC746 (or 0xAFC746) is known color: Celery. HEX triplet: AF, C7 and 46. RGB value is (175,199,70). Sum of RGB (Red+Green+Blue) = 175+199+70=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC746 is #5038B9. Grayscale: #B1B1B1. Windows color (decimal): -5257402 or 4638639. OLE color: 4638639.

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

Color convert

RGB 175 199 70 -
CMYK 0.12 0 0.65 0.22
HSL 71.16º 0.54% 0.53% -
HSV(B) 71.16º 0.65% 0.78% -
XYZ 39.21 50.4 13.46 -
YUV 177.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 175 199 70 0.12 0 0.65 0.22 71.16 0.54 0.53
Hex AF C7 46 C 0 41 16 47 36 35
Octal 257 307 106 14 0 101 26 107 66 65
Binary 10101111 11000111 1000110 1100 0 1000001 10110 1000111 110110 110101

Color Harmonies of #AFC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC746

Black with #AFC746

Text Example


Text Example

White with #AFC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC746; }

 p { color: rgb(175,199,70); }

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

background-color css

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

 a { background-color: rgb(175,199,70); }

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

border-color css

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

 span { border-color: rgb(175,199,70); }

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