Html Css Color HEX #AFC253 Celery

📋 copy color: '#AFC253'

red 175 ◦ green 194 ◦ blue 83

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

Shades of Celery #AFC253

Tints of Celery #AFC253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.36%

R = 38.72%
G = 42.92%
B = 18.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#AFC253 (or 0xAFC253) is known color: Celery. HEX triplet: AF, C2 and 53. RGB value is (175,194,83). Sum of RGB (Red+Green+Blue) = 175+194+83=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC253 is #503DAC. Grayscale: #B0B0B0. Windows color (decimal): -5258669 or 5489327. OLE color: 5489327.

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

Color convert

RGB 175 194 83 -
CMYK 0.10 0 0.57 0.24
HSL 70.27º 0.48% 0.54% -
HSV(B) 70.27º 0.57% 0.76% -
XYZ 38.53 48.32 15.48 -
YUV 175.67 75.71 127.53 -
System Red Green Blue C M Y K H S L
Decimal 175 194 83 0.10 0 0.57 0.24 70.27 0.48 0.54
Hex AF C2 53 A 0 39 18 46 30 36
Octal 257 302 123 12 0 71 30 106 60 66
Binary 10101111 11000010 1010011 1010 0 111001 11000 1000110 110000 110110

Color Harmonies of #AFC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC253

Black with #AFC253

Text Example


Text Example

White with #AFC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC253; }

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

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

background-color css

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

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

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

border-color css

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

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

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