Html Css Color HEX #BAF119 Inch Worm

📋 copy color: '#BAF119'

red 186 ◦ green 241 ◦ blue 25

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

Shades of Inch Worm #BAF119

Tints of Inch Worm #BAF119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.53%

R = 41.15%
G = 53.32%
B = 5.53%

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

#BAF119 (or 0xBAF119) is known color: Inch Worm. HEX triplet: BA, F1 and 19. RGB value is (186,241,25). Sum of RGB (Red+Green+Blue) = 186+241+25=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 25 (10.16% from 255 or 5.53% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF119 is #450EE6. Grayscale: #C8C8C8. Windows color (decimal): -4525799 or 1700282. OLE color: 1700282.

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

Color convert

RGB 186 241 25 -
CMYK 0.23 0 0.90 0.05
HSL 75.28º 0.89% 0.52% -
HSV(B) 75.28º 0.9% 0.95% -
XYZ 51.88 73.42 12.36 -
YUV 199.93 29.28 118.06 -
System Red Green Blue C M Y K H S L
Decimal 186 241 25 0.23 0 0.90 0.05 75.28 0.89 0.52
Hex BA F1 19 17 0 5A 5 4B 59 34
Octal 272 361 31 27 0 132 5 113 131 64
Binary 10111010 11110001 11001 10111 0 1011010 101 1001011 1011001 110100

Color Harmonies of #BAF119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF119

Black with #BAF119

Text Example


Text Example

White with #BAF119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF119; }

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

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

background-color css

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

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

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

border-color css

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

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

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