Html Css Color HEX #ADDF64 Conifer

📋 copy color: '#ADDF64'

red 173 ◦ green 223 ◦ blue 100

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

Shades of Conifer #ADDF64

Tints of Conifer #ADDF64

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.96%

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

R = 34.88%
G = 44.96%
B = 20.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#ADDF64 (or 0xADDF64) is known color: Conifer. HEX triplet: AD, DF and 64. RGB value is (173,223,100). Sum of RGB (Red+Green+Blue) = 173+223+100=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF64 is #52209B. Grayscale: #C2C2C2. Windows color (decimal): -5382300 or 6610861. OLE color: 6610861.

HSL color Cylindrical-coordinate representation of color #ADDF64: hue angle of 84.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADDF64 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 100 -
CMYK 0.22 0 0.55 0.13
HSL 84.39º 0.66% 0.63% -
HSV(B) 84.39º 0.55% 0.87% -
XYZ 45.92 62.58 21.72 -
YUV 194.03 74.94 113 -
System Red Green Blue C M Y K H S L
Decimal 173 223 100 0.22 0 0.55 0.13 84.39 0.66 0.63
Hex AD DF 64 16 0 37 D 54 42 3F
Octal 255 337 144 26 0 67 15 124 102 77
Binary 10101101 11011111 1100100 10110 0 110111 1101 1010100 1000010 111111

Color Harmonies of #ADDF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF64

Black with #ADDF64

Text Example


Text Example

White with #ADDF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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