Html Css Color HEX #BAF118 Inch Worm

📋 copy color: '#BAF118'

red 186 ◦ green 241 ◦ blue 24

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

Shades of Inch Worm #BAF118

Tints of Inch Worm #BAF118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.32%

R = 41.24%
G = 53.44%
B = 5.32%

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

#BAF118 (or 0xBAF118) is known color: Inch Worm. HEX triplet: BA, F1 and 18. RGB value is (186,241,24). Sum of RGB (Red+Green+Blue) = 186+241+24=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF118 is #450EE7. Grayscale: #C8C8C8. Windows color (decimal): -4525800 or 1634746. OLE color: 1634746.

HSL color Cylindrical-coordinate representation of color #BAF118: hue angle of 75.21º 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 #BAF118 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 24 -
CMYK 0.23 0 0.90 0.05
HSL 75.21º 0.89% 0.52% -
HSV(B) 75.21º 0.9% 0.95% -
XYZ 51.87 73.42 12.3 -
YUV 199.82 28.78 118.14 -
System Red Green Blue C M Y K H S L
Decimal 186 241 24 0.23 0 0.90 0.05 75.21 0.89 0.52
Hex BA F1 18 17 0 5A 5 4B 59 34
Octal 272 361 30 27 0 132 5 113 131 64
Binary 10111010 11110001 11000 10111 0 1011010 101 1001011 1011001 110100

Color Harmonies of #BAF118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF118

Black with #BAF118

Text Example


Text Example

White with #BAF118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF118; }

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

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

background-color css

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

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

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

border-color css

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

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

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