Html Css Color HEX #ADDB64 Conifer

📋 copy color: '#ADDB64'

red 173 ◦ green 219 ◦ blue 100

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

Shades of Conifer #ADDB64

Tints of Conifer #ADDB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.33%

R = 35.16%
G = 44.51%
B = 20.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#ADDB64 (or 0xADDB64) is known color: Conifer. HEX triplet: AD, DB and 64. RGB value is (173,219,100). Sum of RGB (Red+Green+Blue) = 173+219+100=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB64 is #52249B. Grayscale: #C0C0C0. Windows color (decimal): -5383324 or 6609837. OLE color: 6609837.

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

Color convert

RGB 173 219 100 -
CMYK 0.21 0 0.54 0.14
HSL 83.19º 0.62% 0.63% -
HSV(B) 83.19º 0.54% 0.86% -
XYZ 44.87 60.47 21.36 -
YUV 191.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 173 219 100 0.21 0 0.54 0.14 83.19 0.62 0.63
Hex AD DB 64 15 0 36 E 53 3E 3F
Octal 255 333 144 25 0 66 16 123 76 77
Binary 10101101 11011011 1100100 10101 0 110110 1110 1010011 111110 111111

Color Harmonies of #ADDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB64

Black with #ADDB64

Text Example


Text Example

White with #ADDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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