Html Css Color HEX #ADDB53 Conifer

📋 copy color: '#ADDB53'

red 173 ◦ green 219 ◦ blue 83

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

Shades of Conifer #ADDB53

Tints of Conifer #ADDB53

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.11%

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

R = 36.42%
G = 46.11%
B = 17.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#ADDB53 (or 0xADDB53) is known color: Conifer. HEX triplet: AD, DB and 53. RGB value is (173,219,83). Sum of RGB (Red+Green+Blue) = 173+219+83=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB53 is #5224AC. Grayscale: #BEBEBE. Windows color (decimal): -5383341 or 5495725. OLE color: 5495725.

HSL color Cylindrical-coordinate representation of color #ADDB53: hue angle of 80.29º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADDB53 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 83 -
CMYK 0.21 0 0.62 0.14
HSL 80.29º 0.65% 0.59% -
HSV(B) 80.29º 0.62% 0.86% -
XYZ 44.13 60.17 17.47 -
YUV 189.74 67.76 116.06 -
System Red Green Blue C M Y K H S L
Decimal 173 219 83 0.21 0 0.62 0.14 80.29 0.65 0.59
Hex AD DB 53 15 0 3E E 50 41 3B
Octal 255 333 123 25 0 76 16 120 101 73
Binary 10101101 11011011 1010011 10101 0 111110 1110 1010000 1000001 111011

Color Harmonies of #ADDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB53

Black with #ADDB53

Text Example


Text Example

White with #ADDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB53; }

 p { color: rgb(173,219,83); }

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

background-color css

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

 a { background-color: rgb(173,219,83); }

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

border-color css

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

 span { border-color: rgb(173,219,83); }

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