Html Css Color HEX #AFC541 Celery

📋 copy color: '#AFC541'

red 175 ◦ green 197 ◦ blue 65

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

Shades of Celery #AFC541

Tints of Celery #AFC541

RGB

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

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

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

R = 40.05%
G = 45.08%
B = 14.87%

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

#AFC541 (or 0xAFC541) is known color: Celery. HEX triplet: AF, C5 and 41. RGB value is (175,197,65). Sum of RGB (Red+Green+Blue) = 175+197+65=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC541 is #503ABE. Grayscale: #AFAFAF. Windows color (decimal): -5257919 or 4310447. OLE color: 4310447.

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

Color convert

RGB 175 197 65 -
CMYK 0.11 0 0.67 0.23
HSL 70º 0.53% 0.51% -
HSV(B) 70º 0.67% 0.77% -
XYZ 38.6 49.43 12.51 -
YUV 175.37 65.71 127.73 -
System Red Green Blue C M Y K H S L
Decimal 175 197 65 0.11 0 0.67 0.23 70 0.53 0.51
Hex AF C5 41 B 0 43 17 46 35 33
Octal 257 305 101 13 0 103 27 106 65 63
Binary 10101111 11000101 1000001 1011 0 1000011 10111 1000110 110101 110011

Color Harmonies of #AFC541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC541

Black with #AFC541

Text Example


Text Example

White with #AFC541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC541; }

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

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

background-color css

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

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

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

border-color css

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

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

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