Html Css Color HEX #AFC352 Celery

📋 copy color: '#AFC352'

red 175 ◦ green 195 ◦ blue 82

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

Shades of Celery #AFC352

Tints of Celery #AFC352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

 BLUE value IS 82 (32.42% from 255) = 18.14%

R = 38.72%
G = 43.14%
B = 18.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#AFC352 (or 0xAFC352) is known color: Celery. HEX triplet: AF, C3 and 52. RGB value is (175,195,82). Sum of RGB (Red+Green+Blue) = 175+195+82=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC352 is #503CAD. Grayscale: #B0B0B0. Windows color (decimal): -5258414 or 5424047. OLE color: 5424047.

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

Color convert

RGB 175 195 82 -
CMYK 0.10 0 0.58 0.24
HSL 70.62º 0.48% 0.54% -
HSV(B) 70.62º 0.58% 0.76% -
XYZ 38.72 48.75 15.35 -
YUV 176.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 175 195 82 0.10 0 0.58 0.24 70.62 0.48 0.54
Hex AF C3 52 A 0 3A 18 47 30 36
Octal 257 303 122 12 0 72 30 107 60 66
Binary 10101111 11000011 1010010 1010 0 111010 11000 1000111 110000 110110

Color Harmonies of #AFC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC352

Black with #AFC352

Text Example


Text Example

White with #AFC352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC352; }

 p { color: rgb(175,195,82); }

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

background-color css

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

 a { background-color: rgb(175,195,82); }

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

border-color css

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

 span { border-color: rgb(175,195,82); }

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