Html Css Color HEX #AFC248 Celery

📋 copy color: '#AFC248'

red 175 ◦ green 194 ◦ blue 72

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

Shades of Celery #AFC248

Tints of Celery #AFC248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.33%

R = 39.68%
G = 43.99%
B = 16.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#AFC248 (or 0xAFC248) is known color: Celery. HEX triplet: AF, C2 and 48. RGB value is (175,194,72). Sum of RGB (Red+Green+Blue) = 175+194+72=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC248 is #503DB7. Grayscale: #AEAEAE. Windows color (decimal): -5258680 or 4768431. OLE color: 4768431.

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

Color convert

RGB 175 194 72 -
CMYK 0.10 0 0.63 0.24
HSL 69.34º 0.5% 0.52% -
HSV(B) 69.34º 0.63% 0.76% -
XYZ 38.14 48.17 13.42 -
YUV 174.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 175 194 72 0.10 0 0.63 0.24 69.34 0.5 0.52
Hex AF C2 48 A 0 3F 18 45 32 34
Octal 257 302 110 12 0 77 30 105 62 64
Binary 10101111 11000010 1001000 1010 0 111111 11000 1000101 110010 110100

Color Harmonies of #AFC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC248

Black with #AFC248

Text Example


Text Example

White with #AFC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC248; }

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

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

background-color css

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

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

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

border-color css

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

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

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