Html Css Color HEX #BAF81C Inch Worm

📋 copy color: '#BAF81C'

red 186 ◦ green 248 ◦ blue 28

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

Shades of Inch Worm #BAF81C

Tints of Inch Worm #BAF81C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.68%

 BLUE value IS 28 (11.33% from 255) = 6.06%

R = 40.26%
G = 53.68%
B = 6.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#BAF81C (or 0xBAF81C) is known color: Inch Worm. HEX triplet: BA, F8 and 1C. RGB value is (186,248,28). Sum of RGB (Red+Green+Blue) = 186+248+28=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF81C is #4507E3. Grayscale: #CDCDCD. Windows color (decimal): -4524004 or 1898682. OLE color: 1898682.

HSL color Cylindrical-coordinate representation of color #BAF81C: hue angle of 76.91º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAF81C is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 28 -
CMYK 0.25 0 0.89 0.03
HSL 76.91º 0.94% 0.54% -
HSV(B) 76.91º 0.89% 0.97% -
XYZ 54.03 77.66 13.24 -
YUV 204.38 28.46 114.89 -
System Red Green Blue C M Y K H S L
Decimal 186 248 28 0.25 0 0.89 0.03 76.91 0.94 0.54
Hex BA F8 1C 19 0 59 3 4D 5E 36
Octal 272 370 34 31 0 131 3 115 136 66
Binary 10111010 11111000 11100 11001 0 1011001 11 1001101 1011110 110110

Color Harmonies of #BAF81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF81C

Black with #BAF81C

Text Example


Text Example

White with #BAF81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF81C; }

 p { color: rgb(186,248,28); }

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

background-color css

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

 a { background-color: rgb(186,248,28); }

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

border-color css

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

 span { border-color: rgb(186,248,28); }

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