Html Css Color HEX #AFCC47 Celery

📋 copy color: '#AFCC47'

red 175 ◦ green 204 ◦ blue 71

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

Shades of Celery #AFCC47

Tints of Celery #AFCC47

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.33%

 BLUE value IS 71 (28.13% from 255) = 15.78%

R = 38.89%
G = 45.33%
B = 15.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#AFCC47 (or 0xAFCC47) is known color: Celery. HEX triplet: AF, CC and 47. RGB value is (175,204,71). Sum of RGB (Red+Green+Blue) = 175+204+71=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC47 is #5033B8. Grayscale: #B4B4B4. Windows color (decimal): -5256121 or 4705455. OLE color: 4705455.

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

Color convert

RGB 175 204 71 -
CMYK 0.14 0 0.65 0.2
HSL 73.08º 0.57% 0.54% -
HSV(B) 73.08º 0.65% 0.8% -
XYZ 40.41 52.75 14.01 -
YUV 180.17 66.39 124.31 -
System Red Green Blue C M Y K H S L
Decimal 175 204 71 0.14 0 0.65 0.2 73.08 0.57 0.54
Hex AF CC 47 E 0 41 14 49 39 36
Octal 257 314 107 16 0 101 24 111 71 66
Binary 10101111 11001100 1000111 1110 0 1000001 10100 1001001 111001 110110

Color Harmonies of #AFCC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC47

Black with #AFCC47

Text Example


Text Example

White with #AFCC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC47; }

 p { color: rgb(175,204,71); }

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

background-color css

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

 a { background-color: rgb(175,204,71); }

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

border-color css

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

 span { border-color: rgb(175,204,71); }

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