Html Css Color HEX #AFC452 Celery

📋 copy color: '#AFC452'

red 175 ◦ green 196 ◦ blue 82

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

Shades of Celery #AFC452

Tints of Celery #AFC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.27%

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

R = 38.63%
G = 43.27%
B = 18.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#AFC452 (or 0xAFC452) is known color: Celery. HEX triplet: AF, C4 and 52. RGB value is (175,196,82). Sum of RGB (Red+Green+Blue) = 175+196+82=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC452 is #503BAD. Grayscale: #B1B1B1. Windows color (decimal): -5258158 or 5424303. OLE color: 5424303.

HSL color Cylindrical-coordinate representation of color #AFC452: hue angle of 71.05º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFC452 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 82 -
CMYK 0.11 0 0.58 0.23
HSL 71.05º 0.49% 0.55% -
HSV(B) 71.05º 0.58% 0.77% -
XYZ 38.94 49.2 15.43 -
YUV 176.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 175 196 82 0.11 0 0.58 0.23 71.05 0.49 0.55
Hex AF C4 52 B 0 3A 17 47 31 37
Octal 257 304 122 13 0 72 27 107 61 67
Binary 10101111 11000100 1010010 1011 0 111010 10111 1000111 110001 110111

Color Harmonies of #AFC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC452

Black with #AFC452

Text Example


Text Example

White with #AFC452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC452; }

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

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

background-color css

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

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

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

border-color css

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

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

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