Html Css Color HEX #ADC250 Celery

📋 copy color: '#ADC250'

red 173 ◦ green 194 ◦ blue 80

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

Shades of Celery #ADC250

Tints of Celery #ADC250

RGB

 RED value IS 173 (67.97% from 255) = 38.7%

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

 BLUE value IS 80 (31.64% from 255) = 17.9%

R = 38.7%
G = 43.4%
B = 17.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#ADC250 (or 0xADC250) is known color: Celery. HEX triplet: AD, C2 and 50. RGB value is (173,194,80). Sum of RGB (Red+Green+Blue) = 173+194+80=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC250 is #523DAF. Grayscale: #AFAFAF. Windows color (decimal): -5389744 or 5292717. OLE color: 5292717.

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

Color convert

RGB 173 194 80 -
CMYK 0.11 0 0.59 0.24
HSL 71.05º 0.48% 0.54% -
HSV(B) 71.05º 0.59% 0.76% -
XYZ 37.97 48.05 14.86 -
YUV 174.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 173 194 80 0.11 0 0.59 0.24 71.05 0.48 0.54
Hex AD C2 50 B 0 3B 18 47 30 36
Octal 255 302 120 13 0 73 30 107 60 66
Binary 10101101 11000010 1010000 1011 0 111011 11000 1000111 110000 110110

Color Harmonies of #ADC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC250

Black with #ADC250

Text Example


Text Example

White with #ADC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC250; }

 p { color: rgb(173,194,80); }

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

background-color css

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

 a { background-color: rgb(173,194,80); }

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

border-color css

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

 span { border-color: rgb(173,194,80); }

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