Html Css Color HEX #BADE50 Conifer

📋 copy color: '#BADE50'

red 186 ◦ green 222 ◦ blue 80

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

Shades of Conifer #BADE50

Tints of Conifer #BADE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.39%

R = 38.11%
G = 45.49%
B = 16.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#BADE50 (or 0xBADE50) is known color: Conifer. HEX triplet: BA, DE and 50. RGB value is (186,222,80). Sum of RGB (Red+Green+Blue) = 186+222+80=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE50 is #4521AF. Grayscale: #C3C3C3. Windows color (decimal): -4530608 or 5299898. OLE color: 5299898.

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

Color convert

RGB 186 222 80 -
CMYK 0.16 0 0.64 0.13
HSL 75.21º 0.68% 0.59% -
HSV(B) 75.21º 0.64% 0.87% -
XYZ 47.82 63.26 17.28 -
YUV 195.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 186 222 80 0.16 0 0.64 0.13 75.21 0.68 0.59
Hex BA DE 50 10 0 40 D 4B 44 3B
Octal 272 336 120 20 0 100 15 113 104 73
Binary 10111010 11011110 1010000 10000 0 1000000 1101 1001011 1000100 111011

Color Harmonies of #BADE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE50

Black with #BADE50

Text Example


Text Example

White with #BADE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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