Html Css Color HEX #AFC440 Celery

📋 copy color: '#AFC440'

red 175 ◦ green 196 ◦ blue 64

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

Shades of Celery #AFC440

Tints of Celery #AFC440

RGB

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

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

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

R = 40.23%
G = 45.06%
B = 14.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#AFC440 (or 0xAFC440) is known color: Celery. HEX triplet: AF, C4 and 40. RGB value is (175,196,64). Sum of RGB (Red+Green+Blue) = 175+196+64=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC440 is #503BBF. Grayscale: #AFAFAF. Windows color (decimal): -5258176 or 4244655. OLE color: 4244655.

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

Color convert

RGB 175 196 64 -
CMYK 0.11 0 0.67 0.23
HSL 69.55º 0.53% 0.51% -
HSV(B) 69.55º 0.67% 0.77% -
XYZ 38.34 48.96 12.28 -
YUV 174.67 65.54 128.23 -
System Red Green Blue C M Y K H S L
Decimal 175 196 64 0.11 0 0.67 0.23 69.55 0.53 0.51
Hex AF C4 40 B 0 43 17 46 35 33
Octal 257 304 100 13 0 103 27 106 65 63
Binary 10101111 11000100 1000000 1011 0 1000011 10111 1000110 110101 110011

Color Harmonies of #AFC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC440

Black with #AFC440

Text Example


Text Example

White with #AFC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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