Html Css Color HEX #BAF113 Inch Worm

📋 copy color: '#BAF113'

red 186 ◦ green 241 ◦ blue 19

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

Shades of Inch Worm #BAF113

Tints of Inch Worm #BAF113

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.04%

 BLUE value IS 19 (7.81% from 255) = 4.26%

R = 41.7%
G = 54.04%
B = 4.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#BAF113 (or 0xBAF113) is known color: Inch Worm. HEX triplet: BA, F1 and 13. RGB value is (186,241,19). Sum of RGB (Red+Green+Blue) = 186+241+19=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF113 is #450EEC. Grayscale: #C8C8C8. Windows color (decimal): -4525805 or 1307066. OLE color: 1307066.

HSL color Cylindrical-coordinate representation of color #BAF113: hue angle of 74.86º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAF113 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 19 -
CMYK 0.23 0 0.92 0.05
HSL 74.86º 0.89% 0.51% -
HSV(B) 74.86º 0.92% 0.95% -
XYZ 51.82 73.4 12.05 -
YUV 199.25 26.28 118.55 -
System Red Green Blue C M Y K H S L
Decimal 186 241 19 0.23 0 0.92 0.05 74.86 0.89 0.51
Hex BA F1 13 17 0 5C 5 4B 59 33
Octal 272 361 23 27 0 134 5 113 131 63
Binary 10111010 11110001 10011 10111 0 1011100 101 1001011 1011001 110011

Color Harmonies of #BAF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF113

Black with #BAF113

Text Example


Text Example

White with #BAF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF113; }

 p { color: rgb(186,241,19); }

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

background-color css

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

 a { background-color: rgb(186,241,19); }

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

border-color css

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

 span { border-color: rgb(186,241,19); }

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