Html Css Color HEX #BADD45 Conifer

📋 copy color: '#BADD45'

red 186 ◦ green 221 ◦ blue 69

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

Shades of Conifer #BADD45

Tints of Conifer #BADD45

RGB

 RED value IS 186 (73.05% from 255) = 39.08%

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

 BLUE value IS 69 (27.34% from 255) = 14.5%

R = 39.08%
G = 46.43%
B = 14.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#BADD45 (or 0xBADD45) is known color: Conifer. HEX triplet: BA, DD and 45. RGB value is (186,221,69). Sum of RGB (Red+Green+Blue) = 186+221+69=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD45 is #4522BA. Grayscale: #C1C1C1. Windows color (decimal): -4530875 or 4578746. OLE color: 4578746.

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

Color convert

RGB 186 221 69 -
CMYK 0.16 0 0.69 0.13
HSL 73.82º 0.69% 0.57% -
HSV(B) 73.82º 0.69% 0.87% -
XYZ 47.18 62.58 15.22 -
YUV 193.21 57.9 122.86 -
System Red Green Blue C M Y K H S L
Decimal 186 221 69 0.16 0 0.69 0.13 73.82 0.69 0.57
Hex BA DD 45 10 0 45 D 4A 45 39
Octal 272 335 105 20 0 105 15 112 105 71
Binary 10111010 11011101 1000101 10000 0 1000101 1101 1001010 1000101 111001

Color Harmonies of #BADD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD45

Black with #BADD45

Text Example


Text Example

White with #BADD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD45; }

 p { color: rgb(186,221,69); }

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

background-color css

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

 a { background-color: rgb(186,221,69); }

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

border-color css

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

 span { border-color: rgb(186,221,69); }

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