Html Css Color HEX #BAF00F Inch Worm

📋 copy color: '#BAF00F'

red 186 ◦ green 240 ◦ blue 15

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

Shades of Inch Worm #BAF00F

Tints of Inch Worm #BAF00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.42%

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 42.18%
G = 54.42%
B = 3.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#BAF00F (or 0xBAF00F) is known color: Inch Worm. HEX triplet: BA, F0 and 0F. RGB value is (186,240,15). Sum of RGB (Red+Green+Blue) = 186+240+15=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF00F is #450FF0. Grayscale: #C7C7C7. Windows color (decimal): -4526065 or 1044666. OLE color: 1044666.

HSL color Cylindrical-coordinate representation of color #BAF00F: hue angle of 74.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAF00F is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 15 -
CMYK 0.22 0 0.94 0.06
HSL 74.4º 0.88% 0.5% -
HSV(B) 74.4º 0.94% 0.94% -
XYZ 51.5 72.79 11.79 -
YUV 198.2 24.61 119.3 -
System Red Green Blue C M Y K H S L
Decimal 186 240 15 0.22 0 0.94 0.06 74.4 0.88 0.5
Hex BA F0 F 16 0 5E 6 4A 58 32
Octal 272 360 17 26 0 136 6 112 130 62
Binary 10111010 11110000 1111 10110 0 1011110 110 1001010 1011000 110010

Color Harmonies of #BAF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF00F

Black with #BAF00F

Text Example


Text Example

White with #BAF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF00F; }

 p { color: rgb(186,240,15); }

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

background-color css

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

 a { background-color: rgb(186,240,15); }

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

border-color css

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

 span { border-color: rgb(186,240,15); }

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