Html Css Color HEX #BAF711 Inch Worm

📋 copy color: '#BAF711'

red 186 ◦ green 247 ◦ blue 17

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

Shades of Inch Worm #BAF711

Tints of Inch Worm #BAF711

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.89%

 BLUE value IS 17 (7.03% from 255) = 3.78%

R = 41.33%
G = 54.89%
B = 3.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#BAF711 (or 0xBAF711) is known color: Inch Worm. HEX triplet: BA, F7 and 11. RGB value is (186,247,17). Sum of RGB (Red+Green+Blue) = 186+247+17=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 247 (96.88% from 255 or 54.89% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF711 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF711 is #4508EE. Grayscale: #CBCBCB. Windows color (decimal): -4524271 or 1177530. OLE color: 1177530.

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

Color convert

RGB 186 247 17 -
CMYK 0.25 0 0.93 0.03
HSL 75.91º 0.93% 0.52% -
HSV(B) 75.91º 0.93% 0.97% -
XYZ 53.61 77 12.57 -
YUV 202.54 23.29 116.2 -
System Red Green Blue C M Y K H S L
Decimal 186 247 17 0.25 0 0.93 0.03 75.91 0.93 0.52
Hex BA F7 11 19 0 5D 3 4C 5D 34
Octal 272 367 21 31 0 135 3 114 135 64
Binary 10111010 11110111 10001 11001 0 1011101 11 1001100 1011101 110100

Color Harmonies of #BAF711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF711

Black with #BAF711

Text Example


Text Example

White with #BAF711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF711; }

 p { color: rgb(186,247,17); }

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

background-color css

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

 a { background-color: rgb(186,247,17); }

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

border-color css

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

 span { border-color: rgb(186,247,17); }

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