Html Css Color HEX #BADD43 Conifer

📋 copy color: '#BADD43'

red 186 ◦ green 221 ◦ blue 67

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

Shades of Conifer #BADD43

Tints of Conifer #BADD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.14%

R = 39.24%
G = 46.62%
B = 14.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#BADD43 (or 0xBADD43) is known color: Conifer. HEX triplet: BA, DD and 43. RGB value is (186,221,67). Sum of RGB (Red+Green+Blue) = 186+221+67=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD43 is #4522BC. Grayscale: #C1C1C1. Windows color (decimal): -4530877 or 4447674. OLE color: 4447674.

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

Color convert

RGB 186 221 67 -
CMYK 0.16 0 0.70 0.13
HSL 73.64º 0.69% 0.56% -
HSV(B) 73.64º 0.7% 0.87% -
XYZ 47.12 62.56 14.9 -
YUV 192.98 56.9 123.02 -
System Red Green Blue C M Y K H S L
Decimal 186 221 67 0.16 0 0.70 0.13 73.64 0.69 0.56
Hex BA DD 43 10 0 46 D 4A 45 38
Octal 272 335 103 20 0 106 15 112 105 70
Binary 10111010 11011101 1000011 10000 0 1000110 1101 1001010 1000101 111000

Color Harmonies of #BADD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD43

Black with #BADD43

Text Example


Text Example

White with #BADD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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