Html Css Color HEX #AFCB49 Celery

📋 copy color: '#AFCB49'

red 175 ◦ green 203 ◦ blue 73

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

Shades of Celery #AFCB49

Tints of Celery #AFCB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.01%

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

R = 38.8%
G = 45.01%
B = 16.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#AFCB49 (or 0xAFCB49) is known color: Celery. HEX triplet: AF, CB and 49. RGB value is (175,203,73). Sum of RGB (Red+Green+Blue) = 175+203+73=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB49 is #5034B6. Grayscale: #B4B4B4. Windows color (decimal): -5256375 or 4836271. OLE color: 4836271.

HSL color Cylindrical-coordinate representation of color #AFCB49: hue angle of 72.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFCB49 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 73 -
CMYK 0.14 0 0.64 0.20
HSL 72.92º 0.56% 0.54% -
HSV(B) 72.92º 0.64% 0.8% -
XYZ 40.24 52.31 14.28 -
YUV 179.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 175 203 73 0.14 0 0.64 0.20 72.92 0.56 0.54
Hex AF CB 49 E 0 40 14 49 38 36
Octal 257 313 111 16 0 100 24 111 70 66
Binary 10101111 11001011 1001001 1110 0 1000000 10100 1001001 111000 110110

Color Harmonies of #AFCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB49

Black with #AFCB49

Text Example


Text Example

White with #AFCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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