Html Css Color HEX #ADCD48 Celery

📋 copy color: '#ADCD48'

red 173 ◦ green 205 ◦ blue 72

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

Shades of Celery #ADCD48

Tints of Celery #ADCD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.56%

 BLUE value IS 72 (28.52% from 255) = 16%

R = 38.44%
G = 45.56%
B = 16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#ADCD48 (or 0xADCD48) is known color: Celery. HEX triplet: AD, CD and 48. RGB value is (173,205,72). Sum of RGB (Red+Green+Blue) = 173+205+72=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD48 is #5232B7. Grayscale: #B4B4B4. Windows color (decimal): -5386936 or 4771245. OLE color: 4771245.

HSL color Cylindrical-coordinate representation of color #ADCD48: hue angle of 74.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADCD48 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 72 -
CMYK 0.16 0 0.65 0.20
HSL 74.44º 0.57% 0.54% -
HSV(B) 74.44º 0.65% 0.8% -
XYZ 40.23 53.01 14.24 -
YUV 180.27 66.9 122.81 -
System Red Green Blue C M Y K H S L
Decimal 173 205 72 0.16 0 0.65 0.20 74.44 0.57 0.54
Hex AD CD 48 10 0 41 14 4A 39 36
Octal 255 315 110 20 0 101 24 112 71 66
Binary 10101101 11001101 1001000 10000 0 1000001 10100 1001010 111001 110110

Color Harmonies of #ADCD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD48

Black with #ADCD48

Text Example


Text Example

White with #ADCD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD48; }

 p { color: rgb(173,205,72); }

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

background-color css

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

 a { background-color: rgb(173,205,72); }

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

border-color css

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

 span { border-color: rgb(173,205,72); }

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