Html Css Color HEX #BCE41F Inch Worm

📋 copy color: '#BCE41F'

red 188 ◦ green 228 ◦ blue 31

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

Shades of Inch Worm #BCE41F

Tints of Inch Worm #BCE41F

RGB

 RED value IS 188 (73.83% from 255) = 42.06%

 GREEN value IS 228 (89.45% from 255) = 51.01%

 BLUE value IS 31 (12.5% from 255) = 6.94%

R = 42.06%
G = 51.01%
B = 6.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BCE41F (or 0xBCE41F) is known color: Inch Worm. HEX triplet: BC, E4 and 1F. RGB value is (188,228,31). Sum of RGB (Red+Green+Blue) = 188+228+31=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE41F is #431BE0. Grayscale: #C2C2C2. Windows color (decimal): -4398049 or 2090172. OLE color: 2090172.

HSL color Cylindrical-coordinate representation of color #BCE41F: hue angle of 72.18º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCE41F is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 31 -
CMYK 0.18 0 0.86 0.11
HSL 72.18º 0.78% 0.51% -
HSV(B) 72.18º 0.86% 0.89% -
XYZ 48.73 66.28 11.52 -
YUV 193.58 36.25 124.02 -
System Red Green Blue C M Y K H S L
Decimal 188 228 31 0.18 0 0.86 0.11 72.18 0.78 0.51
Hex BC E4 1F 12 0 56 B 48 4E 33
Octal 274 344 37 22 0 126 13 110 116 63
Binary 10111100 11100100 11111 10010 0 1010110 1011 1001000 1001110 110011

Color Harmonies of #BCE41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE41F

Black with #BCE41F

Text Example


Text Example

White with #BCE41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE41F; }

 p { color: rgb(188,228,31); }

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

background-color css

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

 a { background-color: rgb(188,228,31); }

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

border-color css

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

 span { border-color: rgb(188,228,31); }

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