Html Css Color HEX #ADDF44 Conifer

📋 copy color: '#ADDF44'

red 173 ◦ green 223 ◦ blue 68

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

Shades of Conifer #ADDF44

Tints of Conifer #ADDF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.66%

R = 37.28%
G = 48.06%
B = 14.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#ADDF44 (or 0xADDF44) is known color: Conifer. HEX triplet: AD, DF and 44. RGB value is (173,223,68). Sum of RGB (Red+Green+Blue) = 173+223+68=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF44 is #5220BB. Grayscale: #BEBEBE. Windows color (decimal): -5382332 or 4513709. OLE color: 4513709.

HSL color Cylindrical-coordinate representation of color #ADDF44: hue angle of 79.35º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADDF44 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 68 -
CMYK 0.22 0 0.70 0.13
HSL 79.35º 0.71% 0.57% -
HSV(B) 79.35º 0.7% 0.87% -
XYZ 44.66 62.08 15.1 -
YUV 190.38 58.94 115.6 -
System Red Green Blue C M Y K H S L
Decimal 173 223 68 0.22 0 0.70 0.13 79.35 0.71 0.57
Hex AD DF 44 16 0 46 D 4F 47 39
Octal 255 337 104 26 0 106 15 117 107 71
Binary 10101101 11011111 1000100 10110 0 1000110 1101 1001111 1000111 111001

Color Harmonies of #ADDF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF44

Black with #ADDF44

Text Example


Text Example

White with #ADDF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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