Html Css Color HEX #BAFF15 Spring Bud

📋 copy color: '#BAFF15'

red 186 ◦ green 255 ◦ blue 21

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

Shades of Spring Bud #BAFF15

Tints of Spring Bud #BAFF15

RGB

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

 GREEN value IS 255 (100% from 255) = 55.19%

 BLUE value IS 21 (8.59% from 255) = 4.55%

R = 40.26%
G = 55.19%
B = 4.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#BAFF15 (or 0xBAFF15) is known color: Spring Bud. HEX triplet: BA, FF and 15. RGB value is (186,255,21). Sum of RGB (Red+Green+Blue) = 186+255+21=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF15 is #4500EA. Grayscale: #D0D0D0. Windows color (decimal): -4522219 or 1441722. OLE color: 1441722.

HSL color Cylindrical-coordinate representation of color #BAFF15: hue angle of 77.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAFF15 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 186 255 21 -
CMYK 0.27 0 0.92 0
HSL 77.69º 1% 0.54% -
HSV(B) 77.69º 0.92% 1% -
XYZ 56.15 82.01 13.58 -
YUV 207.69 22.64 112.53 -
System Red Green Blue C M Y K H S L
Decimal 186 255 21 0.27 0 0.92 0 77.69 1 0.54
Hex BA FF 15 1B 0 5C 0 4E 64 36
Octal 272 377 25 33 0 134 0 116 144 66
Binary 10111010 11111111 10101 11011 0 1011100 0 1001110 1100100 110110

Color Harmonies of #BAFF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFF15

Black with #BAFF15

Text Example


Text Example

White with #BAFF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFF15; }

 p { color: rgb(186,255,21); }

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

background-color css

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

 a { background-color: rgb(186,255,21); }

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

border-color css

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

 span { border-color: rgb(186,255,21); }

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