Html Css Color HEX #ADDD4B Conifer

📋 copy color: '#ADDD4B'

red 173 ◦ green 221 ◦ blue 75

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

Shades of Conifer #ADDD4B

Tints of Conifer #ADDD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

 BLUE value IS 75 (29.69% from 255) = 15.99%

R = 36.89%
G = 47.12%
B = 15.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#ADDD4B (or 0xADDD4B) is known color: Conifer. HEX triplet: AD, DD and 4B. RGB value is (173,221,75). Sum of RGB (Red+Green+Blue) = 173+221+75=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD4B is #5222B4. Grayscale: #BEBEBE. Windows color (decimal): -5382837 or 4971949. OLE color: 4971949.

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

Color convert

RGB 173 221 75 -
CMYK 0.22 0 0.66 0.13
HSL 79.73º 0.68% 0.58% -
HSV(B) 79.73º 0.66% 0.87% -
XYZ 44.36 61.11 16.11 -
YUV 190 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 173 221 75 0.22 0 0.66 0.13 79.73 0.68 0.58
Hex AD DD 4B 16 0 42 D 50 44 3A
Octal 255 335 113 26 0 102 15 120 104 72
Binary 10101101 11011101 1001011 10110 0 1000010 1101 1010000 1000100 111010

Color Harmonies of #ADDD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD4B

Black with #ADDD4B

Text Example


Text Example

White with #ADDD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD4B; }

 p { color: rgb(173,221,75); }

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

background-color css

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

 a { background-color: rgb(173,221,75); }

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

border-color css

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

 span { border-color: rgb(173,221,75); }

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