Html Css Color HEX #ADDB40 Conifer

📋 copy color: '#ADDB40'

red 173 ◦ green 219 ◦ blue 64

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

Shades of Conifer #ADDB40

Tints of Conifer #ADDB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.04%

R = 37.94%
G = 48.03%
B = 14.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#ADDB40 (or 0xADDB40) is known color: Conifer. HEX triplet: AD, DB and 40. RGB value is (173,219,64). Sum of RGB (Red+Green+Blue) = 173+219+64=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB40 is #5224BF. Grayscale: #BCBCBC. Windows color (decimal): -5383360 or 4250541. OLE color: 4250541.

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

Color convert

RGB 173 219 64 -
CMYK 0.21 0 0.71 0.14
HSL 77.81º 0.68% 0.55% -
HSV(B) 77.81º 0.71% 0.86% -
XYZ 43.49 59.92 14.12 -
YUV 187.58 58.26 117.6 -
System Red Green Blue C M Y K H S L
Decimal 173 219 64 0.21 0 0.71 0.14 77.81 0.68 0.55
Hex AD DB 40 15 0 47 E 4E 44 37
Octal 255 333 100 25 0 107 16 116 104 67
Binary 10101101 11011011 1000000 10101 0 1000111 1110 1001110 1000100 110111

Color Harmonies of #ADDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB40

Black with #ADDB40

Text Example


Text Example

White with #ADDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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