Html Css Color HEX #BCEF11 Inch Worm

📋 copy color: '#BCEF11'

red 188 ◦ green 239 ◦ blue 17

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

Shades of Inch Worm #BCEF11

Tints of Inch Worm #BCEF11

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.83%

 BLUE value IS 17 (7.03% from 255) = 3.83%

R = 42.34%
G = 53.83%
B = 3.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#BCEF11 (or 0xBCEF11) is known color: Inch Worm. HEX triplet: BC, EF and 11. RGB value is (188,239,17). Sum of RGB (Red+Green+Blue) = 188+239+17=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEF11 is #4310EE. Grayscale: #C7C7C7. Windows color (decimal): -4395247 or 1175484. OLE color: 1175484.

HSL color Cylindrical-coordinate representation of color #BCEF11: hue angle of 73.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCEF11 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 17 -
CMYK 0.21 0 0.93 0.06
HSL 73.78º 0.87% 0.5% -
HSV(B) 73.78º 0.93% 0.94% -
XYZ 51.71 72.46 11.79 -
YUV 198.44 25.6 120.55 -
System Red Green Blue C M Y K H S L
Decimal 188 239 17 0.21 0 0.93 0.06 73.78 0.87 0.5
Hex BC EF 11 15 0 5D 6 4A 57 32
Octal 274 357 21 25 0 135 6 112 127 62
Binary 10111100 11101111 10001 10101 0 1011101 110 1001010 1010111 110010

Color Harmonies of #BCEF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF11

Black with #BCEF11

Text Example


Text Example

White with #BCEF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF11; }

 p { color: rgb(188,239,17); }

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

background-color css

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

 a { background-color: rgb(188,239,17); }

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

border-color css

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

 span { border-color: rgb(188,239,17); }

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