Html Css Color HEX #ADDB48 Conifer

📋 copy color: '#ADDB48'

red 173 ◦ green 219 ◦ blue 72

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

Shades of Conifer #ADDB48

Tints of Conifer #ADDB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.52%

R = 37.28%
G = 47.2%
B = 15.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#ADDB48 (or 0xADDB48) is known color: Conifer. HEX triplet: AD, DB and 48. RGB value is (173,219,72). Sum of RGB (Red+Green+Blue) = 173+219+72=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB48 is #5224B7. Grayscale: #BDBDBD. Windows color (decimal): -5383352 or 4774829. OLE color: 4774829.

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

Color convert

RGB 173 219 72 -
CMYK 0.21 0 0.67 0.14
HSL 78.78º 0.67% 0.57% -
HSV(B) 78.78º 0.67% 0.86% -
XYZ 43.73 60.02 15.41 -
YUV 188.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 173 219 72 0.21 0 0.67 0.14 78.78 0.67 0.57
Hex AD DB 48 15 0 43 E 4F 43 39
Octal 255 333 110 25 0 103 16 117 103 71
Binary 10101101 11011011 1001000 10101 0 1000011 1110 1001111 1000011 111001

Color Harmonies of #ADDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB48

Black with #ADDB48

Text Example


Text Example

White with #ADDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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