Html Css Color HEX #BAF107 Inch Worm

📋 copy color: '#BAF107'

red 186 ◦ green 241 ◦ blue 7

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

Shades of Inch Worm #BAF107

Tints of Inch Worm #BAF107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 42.86%
G = 55.53%
B = 1.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#BAF107 (or 0xBAF107) is known color: Inch Worm. HEX triplet: BA, F1 and 07. RGB value is (186,241,7). Sum of RGB (Red+Green+Blue) = 186+241+7=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF107 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF107 is #450EF8. Grayscale: #C6C6C6. Windows color (decimal): -4525817 or 520634. OLE color: 520634.

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

Color convert

RGB 186 241 7 -
CMYK 0.23 0 0.97 0.05
HSL 74.1º 0.94% 0.49% -
HSV(B) 74.1º 0.97% 0.95% -
XYZ 51.74 73.37 11.63 -
YUV 197.88 20.28 119.53 -
System Red Green Blue C M Y K H S L
Decimal 186 241 7 0.23 0 0.97 0.05 74.1 0.94 0.49
Hex BA F1 7 17 0 61 5 4A 5E 31
Octal 272 361 7 27 0 141 5 112 136 61
Binary 10111010 11110001 111 10111 0 1100001 101 1001010 1011110 110001

Color Harmonies of #BAF107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF107

Black with #BAF107

Text Example


Text Example

White with #BAF107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF107; }

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

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

background-color css

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

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

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

border-color css

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

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

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