Html Css Color HEX #AFCC52 Celery

📋 copy color: '#AFCC52'

red 175 ◦ green 204 ◦ blue 82

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

Shades of Celery #AFCC52

Tints of Celery #AFCC52

RGB

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

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

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

R = 37.96%
G = 44.25%
B = 17.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#AFCC52 (or 0xAFCC52) is known color: Celery. HEX triplet: AF, CC and 52. RGB value is (175,204,82). Sum of RGB (Red+Green+Blue) = 175+204+82=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC52 is #5033AD. Grayscale: #B5B5B5. Windows color (decimal): -5256110 or 5426351. OLE color: 5426351.

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

Color convert

RGB 175 204 82 -
CMYK 0.14 0 0.60 0.2
HSL 74.26º 0.54% 0.56% -
HSV(B) 74.26º 0.6% 0.8% -
XYZ 40.8 52.91 16.04 -
YUV 181.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 175 204 82 0.14 0 0.60 0.2 74.26 0.54 0.56
Hex AF CC 52 E 0 3C 14 4A 36 38
Octal 257 314 122 16 0 74 24 112 66 70
Binary 10101111 11001100 1010010 1110 0 111100 10100 1001010 110110 111000

Color Harmonies of #AFCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC52

Black with #AFCC52

Text Example


Text Example

White with #AFCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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