Html Css Color HEX #BAF114 Inch Worm

📋 copy color: '#BAF114'

red 186 ◦ green 241 ◦ blue 20

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

Shades of Inch Worm #BAF114

Tints of Inch Worm #BAF114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.47%

R = 41.61%
G = 53.91%
B = 4.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#BAF114 (or 0xBAF114) is known color: Inch Worm. HEX triplet: BA, F1 and 14. RGB value is (186,241,20). Sum of RGB (Red+Green+Blue) = 186+241+20=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF114 is #450EEB. Grayscale: #C8C8C8. Windows color (decimal): -4525804 or 1372602. OLE color: 1372602.

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

Color convert

RGB 186 241 20 -
CMYK 0.23 0 0.92 0.05
HSL 74.93º 0.89% 0.51% -
HSV(B) 74.93º 0.92% 0.95% -
XYZ 51.83 73.4 12.1 -
YUV 199.36 26.78 118.47 -
System Red Green Blue C M Y K H S L
Decimal 186 241 20 0.23 0 0.92 0.05 74.93 0.89 0.51
Hex BA F1 14 17 0 5C 5 4B 59 33
Octal 272 361 24 27 0 134 5 113 131 63
Binary 10111010 11110001 10100 10111 0 1011100 101 1001011 1011001 110011

Color Harmonies of #BAF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF114

Black with #BAF114

Text Example


Text Example

White with #BAF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF114; }

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

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

background-color css

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

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

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

border-color css

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

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

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