Html Css Color HEX #BAF20E Inch Worm

📋 copy color: '#BAF20E'

red 186 ◦ green 242 ◦ blue 14

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

Shades of Inch Worm #BAF20E

Tints of Inch Worm #BAF20E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.75%

 BLUE value IS 14 (5.86% from 255) = 3.17%

R = 42.08%
G = 54.75%
B = 3.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#BAF20E (or 0xBAF20E) is known color: Inch Worm. HEX triplet: BA, F2 and 0E. RGB value is (186,242,14). Sum of RGB (Red+Green+Blue) = 186+242+14=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF20E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF20E is #450DF1. Grayscale: #C8C8C8. Windows color (decimal): -4525554 or 979642. OLE color: 979642.

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

Color convert

RGB 186 242 14 -
CMYK 0.23 0 0.94 0.05
HSL 74.74º 0.9% 0.5% -
HSV(B) 74.74º 0.94% 0.95% -
XYZ 52.08 73.98 11.95 -
YUV 199.26 23.45 118.54 -
System Red Green Blue C M Y K H S L
Decimal 186 242 14 0.23 0 0.94 0.05 74.74 0.9 0.5
Hex BA F2 E 17 0 5E 5 4B 5A 32
Octal 272 362 16 27 0 136 5 113 132 62
Binary 10111010 11110010 1110 10111 0 1011110 101 1001011 1011010 110010

Color Harmonies of #BAF20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF20E

Black with #BAF20E

Text Example


Text Example

White with #BAF20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF20E; }

 p { color: rgb(186,242,14); }

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

background-color css

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

 a { background-color: rgb(186,242,14); }

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

border-color css

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

 span { border-color: rgb(186,242,14); }

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