Html Css Color HEX #AFC249 Celery

📋 copy color: '#AFC249'

red 175 ◦ green 194 ◦ blue 73

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

Shades of Celery #AFC249

Tints of Celery #AFC249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 73 (28.91% from 255) = 16.52%

R = 39.59%
G = 43.89%
B = 16.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#AFC249 (or 0xAFC249) is known color: Celery. HEX triplet: AF, C2 and 49. RGB value is (175,194,73). Sum of RGB (Red+Green+Blue) = 175+194+73=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC249 is #503DB6. Grayscale: #AEAEAE. Windows color (decimal): -5258679 or 4833967. OLE color: 4833967.

HSL color Cylindrical-coordinate representation of color #AFC249: hue angle of 69.42º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC249 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 73 -
CMYK 0.10 0 0.62 0.24
HSL 69.42º 0.5% 0.52% -
HSV(B) 69.42º 0.62% 0.76% -
XYZ 38.17 48.18 13.59 -
YUV 174.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 175 194 73 0.10 0 0.62 0.24 69.42 0.5 0.52
Hex AF C2 49 A 0 3E 18 45 32 34
Octal 257 302 111 12 0 76 30 105 62 64
Binary 10101111 11000010 1001001 1010 0 111110 11000 1000101 110010 110100

Color Harmonies of #AFC249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC249

Black with #AFC249

Text Example


Text Example

White with #AFC249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC249; }

 p { color: rgb(175,194,73); }

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

background-color css

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

 a { background-color: rgb(175,194,73); }

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

border-color css

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

 span { border-color: rgb(175,194,73); }

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