Html Css Color HEX #AFC550 Celery

📋 copy color: '#AFC550'

red 175 ◦ green 197 ◦ blue 80

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

Shades of Celery #AFC550

Tints of Celery #AFC550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.58%

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 38.72%
G = 43.58%
B = 17.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#AFC550 (or 0xAFC550) is known color: Celery. HEX triplet: AF, C5 and 50. RGB value is (175,197,80). Sum of RGB (Red+Green+Blue) = 175+197+80=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC550 is #503AAF. Grayscale: #B1B1B1. Windows color (decimal): -5257904 or 5293487. OLE color: 5293487.

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

Color convert

RGB 175 197 80 -
CMYK 0.11 0 0.59 0.23
HSL 71.28º 0.5% 0.54% -
HSV(B) 71.28º 0.59% 0.77% -
XYZ 39.09 49.63 15.11 -
YUV 177.08 73.21 126.51 -
System Red Green Blue C M Y K H S L
Decimal 175 197 80 0.11 0 0.59 0.23 71.28 0.5 0.54
Hex AF C5 50 B 0 3B 17 47 32 36
Octal 257 305 120 13 0 73 27 107 62 66
Binary 10101111 11000101 1010000 1011 0 111011 10111 1000111 110010 110110

Color Harmonies of #AFC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC550

Black with #AFC550

Text Example


Text Example

White with #AFC550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC550; }

 p { color: rgb(175,197,80); }

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

background-color css

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

 a { background-color: rgb(175,197,80); }

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

border-color css

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

 span { border-color: rgb(175,197,80); }

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