Html Css Color HEX #AFC53F Celery

📋 copy color: '#AFC53F'

red 175 ◦ green 197 ◦ blue 63

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

Shades of Celery #AFC53F

Tints of Celery #AFC53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.48%

R = 40.23%
G = 45.29%
B = 14.48%

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

#AFC53F (or 0xAFC53F) is known color: Celery. HEX triplet: AF, C5 and 3F. RGB value is (175,197,63). Sum of RGB (Red+Green+Blue) = 175+197+63=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC53F is #503AC0. Grayscale: #AFAFAF. Windows color (decimal): -5257921 or 4179375. OLE color: 4179375.

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

Color convert

RGB 175 197 63 -
CMYK 0.11 0 0.68 0.23
HSL 69.85º 0.54% 0.51% -
HSV(B) 69.85º 0.68% 0.77% -
XYZ 38.54 49.41 12.21 -
YUV 175.15 64.71 127.9 -
System Red Green Blue C M Y K H S L
Decimal 175 197 63 0.11 0 0.68 0.23 69.85 0.54 0.51
Hex AF C5 3F B 0 44 17 46 36 33
Octal 257 305 77 13 0 104 27 106 66 63
Binary 10101111 11000101 111111 1011 0 1000100 10111 1000110 110110 110011

Color Harmonies of #AFC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC53F

Black with #AFC53F

Text Example


Text Example

White with #AFC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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