Html Css Color HEX #AFC047 Celery

📋 copy color: '#AFC047'

red 175 ◦ green 192 ◦ blue 71

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

Shades of Celery #AFC047

Tints of Celery #AFC047

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

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

R = 39.95%
G = 43.84%
B = 16.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#AFC047 (or 0xAFC047) is known color: Celery. HEX triplet: AF, C0 and 47. RGB value is (175,192,71). Sum of RGB (Red+Green+Blue) = 175+192+71=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC047 is #503FB8. Grayscale: #ADADAD. Windows color (decimal): -5259193 or 4702383. OLE color: 4702383.

HSL color Cylindrical-coordinate representation of color #AFC047: hue angle of 68.43º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFC047 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 71 -
CMYK 0.09 0 0.63 0.25
HSL 68.43º 0.49% 0.52% -
HSV(B) 68.43º 0.63% 0.75% -
XYZ 37.67 47.27 13.1 -
YUV 173.12 70.37 129.34 -
System Red Green Blue C M Y K H S L
Decimal 175 192 71 0.09 0 0.63 0.25 68.43 0.49 0.52
Hex AF C0 47 9 0 3F 19 44 31 34
Octal 257 300 107 11 0 77 31 104 61 64
Binary 10101111 11000000 1000111 1001 0 111111 11001 1000100 110001 110100

Color Harmonies of #AFC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC047

Black with #AFC047

Text Example


Text Example

White with #AFC047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC047; }

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

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

background-color css

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

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

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

border-color css

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

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

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