Html Css Color HEX #AFC450 Celery

📋 copy color: '#AFC450'

red 175 ◦ green 196 ◦ blue 80

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

Shades of Celery #AFC450

Tints of Celery #AFC450

RGB

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

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

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

R = 38.8%
G = 43.46%
B = 17.74%

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

#AFC450 (or 0xAFC450) is known color: Celery. HEX triplet: AF, C4 and 50. RGB value is (175,196,80). Sum of RGB (Red+Green+Blue) = 175+196+80=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC450 is #503BAF. Grayscale: #B0B0B0. Windows color (decimal): -5258160 or 5293231. OLE color: 5293231.

HSL color Cylindrical-coordinate representation of color #AFC450: hue angle of 70.86º 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 #AFC450 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 80 -
CMYK 0.11 0 0.59 0.23
HSL 70.86º 0.5% 0.54% -
HSV(B) 70.86º 0.59% 0.77% -
XYZ 38.87 49.17 15.03 -
YUV 176.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 175 196 80 0.11 0 0.59 0.23 70.86 0.5 0.54
Hex AF C4 50 B 0 3B 17 47 32 36
Octal 257 304 120 13 0 73 27 107 62 66
Binary 10101111 11000100 1010000 1011 0 111011 10111 1000111 110010 110110

Color Harmonies of #AFC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC450

Black with #AFC450

Text Example


Text Example

White with #AFC450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC450; }

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

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

background-color css

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

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

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

border-color css

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

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

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