Html Css Color HEX #ADDB41 Conifer

📋 copy color: '#ADDB41'

red 173 ◦ green 219 ◦ blue 65

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

Shades of Conifer #ADDB41

Tints of Conifer #ADDB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.22%

R = 37.86%
G = 47.92%
B = 14.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#ADDB41 (or 0xADDB41) is known color: Conifer. HEX triplet: AD, DB and 41. RGB value is (173,219,65). Sum of RGB (Red+Green+Blue) = 173+219+65=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB41 is #5224BE. Grayscale: #BCBCBC. Windows color (decimal): -5383359 or 4316077. OLE color: 4316077.

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

Color convert

RGB 173 219 65 -
CMYK 0.21 0 0.70 0.14
HSL 77.92º 0.68% 0.56% -
HSV(B) 77.92º 0.7% 0.86% -
XYZ 43.52 59.93 14.27 -
YUV 187.69 58.76 117.52 -
System Red Green Blue C M Y K H S L
Decimal 173 219 65 0.21 0 0.70 0.14 77.92 0.68 0.56
Hex AD DB 41 15 0 46 E 4E 44 38
Octal 255 333 101 25 0 106 16 116 104 70
Binary 10101101 11011011 1000001 10101 0 1000110 1110 1001110 1000100 111000

Color Harmonies of #ADDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB41

Black with #ADDB41

Text Example


Text Example

White with #ADDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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