Html Css Color HEX #BAF117 Inch Worm

📋 copy color: '#BAF117'

red 186 ◦ green 241 ◦ blue 23

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

Shades of Inch Worm #BAF117

Tints of Inch Worm #BAF117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.11%

R = 41.33%
G = 53.56%
B = 5.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#BAF117 (or 0xBAF117) is known color: Inch Worm. HEX triplet: BA, F1 and 17. RGB value is (186,241,23). Sum of RGB (Red+Green+Blue) = 186+241+23=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 23 (9.38% from 255 or 5.11% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF117 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF117 is #450EE8. Grayscale: #C8C8C8. Windows color (decimal): -4525801 or 1569210. OLE color: 1569210.

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

Color convert

RGB 186 241 23 -
CMYK 0.23 0 0.90 0.05
HSL 75.14º 0.89% 0.52% -
HSV(B) 75.14º 0.9% 0.95% -
XYZ 51.86 73.41 12.25 -
YUV 199.7 28.28 118.23 -
System Red Green Blue C M Y K H S L
Decimal 186 241 23 0.23 0 0.90 0.05 75.14 0.89 0.52
Hex BA F1 17 17 0 5A 5 4B 59 34
Octal 272 361 27 27 0 132 5 113 131 64
Binary 10111010 11110001 10111 10111 0 1011010 101 1001011 1011001 110100

Color Harmonies of #BAF117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF117

Black with #BAF117

Text Example


Text Example

White with #BAF117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF117; }

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

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

background-color css

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

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

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

border-color css

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

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

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