Html Css Color HEX #BADE45 Conifer

📋 copy color: '#BADE45'

red 186 ◦ green 222 ◦ blue 69

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

Shades of Conifer #BADE45

Tints of Conifer #BADE45

RGB

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

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

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

R = 38.99%
G = 46.54%
B = 14.47%

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

#BADE45 (or 0xBADE45) is known color: Conifer. HEX triplet: BA, DE and 45. RGB value is (186,222,69). Sum of RGB (Red+Green+Blue) = 186+222+69=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE45 is #4521BA. Grayscale: #C2C2C2. Windows color (decimal): -4530619 or 4579002. OLE color: 4579002.

HSL color Cylindrical-coordinate representation of color #BADE45: hue angle of 74.12º degrees, saturation: 0.7, 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 #BADE45 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 69 -
CMYK 0.16 0 0.69 0.13
HSL 74.12º 0.7% 0.57% -
HSV(B) 74.12º 0.69% 0.87% -
XYZ 47.45 63.11 15.31 -
YUV 193.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 186 222 69 0.16 0 0.69 0.13 74.12 0.7 0.57
Hex BA DE 45 10 0 45 D 4A 46 39
Octal 272 336 105 20 0 105 15 112 106 71
Binary 10111010 11011110 1000101 10000 0 1000101 1101 1001010 1000110 111001

Color Harmonies of #BADE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE45

Black with #BADE45

Text Example


Text Example

White with #BADE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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