Html Css Color HEX #AFC540 Celery

📋 copy color: '#AFC540'

red 175 ◦ green 197 ◦ blue 64

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

Shades of Celery #AFC540

Tints of Celery #AFC540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.68%

R = 40.14%
G = 45.18%
B = 14.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#AFC540 (or 0xAFC540) is known color: Celery. HEX triplet: AF, C5 and 40. RGB value is (175,197,64). Sum of RGB (Red+Green+Blue) = 175+197+64=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC540 is #503ABF. Grayscale: #AFAFAF. Windows color (decimal): -5257920 or 4244911. OLE color: 4244911.

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

Color convert

RGB 175 197 64 -
CMYK 0.11 0 0.68 0.23
HSL 69.92º 0.53% 0.51% -
HSV(B) 69.92º 0.68% 0.77% -
XYZ 38.57 49.42 12.36 -
YUV 175.26 65.21 127.81 -
System Red Green Blue C M Y K H S L
Decimal 175 197 64 0.11 0 0.68 0.23 69.92 0.53 0.51
Hex AF C5 40 B 0 44 17 46 35 33
Octal 257 305 100 13 0 104 27 106 65 63
Binary 10101111 11000101 1000000 1011 0 1000100 10111 1000110 110101 110011

Color Harmonies of #AFC540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC540

Black with #AFC540

Text Example


Text Example

White with #AFC540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC540; }

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

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

background-color css

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

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

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

border-color css

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

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

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