Html Css Color HEX #AFC141 Celery

📋 copy color: '#AFC141'

red 175 ◦ green 193 ◦ blue 65

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

Shades of Celery #AFC141

Tints of Celery #AFC141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

 BLUE value IS 65 (25.78% from 255) = 15.01%

R = 40.42%
G = 44.57%
B = 15.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#AFC141 (or 0xAFC141) is known color: Celery. HEX triplet: AF, C1 and 41. RGB value is (175,193,65). Sum of RGB (Red+Green+Blue) = 175+193+65=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC141 is #503EBE. Grayscale: #ADADAD. Windows color (decimal): -5258943 or 4309423. OLE color: 4309423.

HSL color Cylindrical-coordinate representation of color #AFC141: hue angle of 68.44º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFC141 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 65 -
CMYK 0.09 0 0.66 0.24
HSL 68.44º 0.51% 0.51% -
HSV(B) 68.44º 0.66% 0.76% -
XYZ 37.7 47.64 12.21 -
YUV 173.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 175 193 65 0.09 0 0.66 0.24 68.44 0.51 0.51
Hex AF C1 41 9 0 42 18 44 33 33
Octal 257 301 101 11 0 102 30 104 63 63
Binary 10101111 11000001 1000001 1001 0 1000010 11000 1000100 110011 110011

Color Harmonies of #AFC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC141

Black with #AFC141

Text Example


Text Example

White with #AFC141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC141; }

 p { color: rgb(175,193,65); }

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

background-color css

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

 a { background-color: rgb(175,193,65); }

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

border-color css

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

 span { border-color: rgb(175,193,65); }

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