Html Css Color HEX #BAFF14 Spring Bud

📋 copy color: '#BAFF14'

red 186 ◦ green 255 ◦ blue 20

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

Shades of Spring Bud #BAFF14

Tints of Spring Bud #BAFF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.34%

R = 40.35%
G = 55.31%
B = 4.34%

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

#BAFF14 (or 0xBAFF14) is known color: Spring Bud. HEX triplet: BA, FF and 14. RGB value is (186,255,20). Sum of RGB (Red+Green+Blue) = 186+255+20=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF14 is #4500EB. Grayscale: #D0D0D0. Windows color (decimal): -4522220 or 1376186. OLE color: 1376186.

HSL color Cylindrical-coordinate representation of color #BAFF14: hue angle of 77.62º 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 #BAFF14 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 186 255 20 -
CMYK 0.27 0 0.92 0
HSL 77.62º 1% 0.54% -
HSV(B) 77.62º 0.92% 1% -
XYZ 56.14 82.01 13.53 -
YUV 207.58 22.14 112.61 -
System Red Green Blue C M Y K H S L
Decimal 186 255 20 0.27 0 0.92 0 77.62 1 0.54
Hex BA FF 14 1B 0 5C 0 4E 64 36
Octal 272 377 24 33 0 134 0 116 144 66
Binary 10111010 11111111 10100 11011 0 1011100 0 1001110 1100100 110110

Color Harmonies of #BAFF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFF14

Black with #BAFF14

Text Example


Text Example

White with #BAFF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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