Html Css Color HEX #ADCD42 Celery

📋 copy color: '#ADCD42'

red 173 ◦ green 205 ◦ blue 66

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

Shades of Celery #ADCD42

Tints of Celery #ADCD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.86%

R = 38.96%
G = 46.17%
B = 14.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#ADCD42 (or 0xADCD42) is known color: Celery. HEX triplet: AD, CD and 42. RGB value is (173,205,66). Sum of RGB (Red+Green+Blue) = 173+205+66=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD42 is #5232BD. Grayscale: #B4B4B4. Windows color (decimal): -5386942 or 4378029. OLE color: 4378029.

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

Color convert

RGB 173 205 66 -
CMYK 0.16 0 0.68 0.20
HSL 73.81º 0.58% 0.53% -
HSV(B) 73.81º 0.68% 0.8% -
XYZ 40.05 52.94 13.26 -
YUV 179.59 63.9 123.3 -
System Red Green Blue C M Y K H S L
Decimal 173 205 66 0.16 0 0.68 0.20 73.81 0.58 0.53
Hex AD CD 42 10 0 44 14 4A 3A 35
Octal 255 315 102 20 0 104 24 112 72 65
Binary 10101101 11001101 1000010 10000 0 1000100 10100 1001010 111010 110101

Color Harmonies of #ADCD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD42

Black with #ADCD42

Text Example


Text Example

White with #ADCD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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