Html Css Color HEX #BADE47 Conifer

📋 copy color: '#BADE47'

red 186 ◦ green 222 ◦ blue 71

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

Shades of Conifer #BADE47

Tints of Conifer #BADE47

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.35%

 BLUE value IS 71 (28.13% from 255) = 14.82%

R = 38.83%
G = 46.35%
B = 14.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#BADE47 (or 0xBADE47) is known color: Conifer. HEX triplet: BA, DE and 47. RGB value is (186,222,71). Sum of RGB (Red+Green+Blue) = 186+222+71=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE47 is #4521B8. Grayscale: #C2C2C2. Windows color (decimal): -4530617 or 4710074. OLE color: 4710074.

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

Color convert

RGB 186 222 71 -
CMYK 0.16 0 0.68 0.13
HSL 74.3º 0.7% 0.57% -
HSV(B) 74.3º 0.68% 0.87% -
XYZ 47.51 63.14 15.64 -
YUV 194.02 58.57 122.28 -
System Red Green Blue C M Y K H S L
Decimal 186 222 71 0.16 0 0.68 0.13 74.3 0.7 0.57
Hex BA DE 47 10 0 44 D 4A 46 39
Octal 272 336 107 20 0 104 15 112 106 71
Binary 10111010 11011110 1000111 10000 0 1000100 1101 1001010 1000110 111001

Color Harmonies of #BADE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE47

Black with #BADE47

Text Example


Text Example

White with #BADE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE47; }

 p { color: rgb(186,222,71); }

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

background-color css

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

 a { background-color: rgb(186,222,71); }

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

border-color css

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

 span { border-color: rgb(186,222,71); }

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