Html Css Color HEX #BCE500 Inch Worm

📋 copy color: '#BCE500'

red 188 ◦ green 229 ◦ blue 0

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

Shades of Inch Worm #BCE500

Tints of Inch Worm #BCE500

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.08%
G = 54.92%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#BCE500 (or 0xBCE500) is known color: Inch Worm. HEX triplet: BC, E5 and 00. RGB value is (188,229,0). Sum of RGB (Red+Green+Blue) = 188+229+0=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE500 is #431AFF. Grayscale: #BFBFBF. Windows color (decimal): -4397824 or 58812. OLE color: 58812.

HSL color Cylindrical-coordinate representation of color #BCE500: hue angle of 70.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCE500 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 0 -
CMYK 0.18 0 1 0.10
HSL 70.74º 1% 0.45% -
HSV(B) 70.74º 1% 0.9% -
XYZ 48.76 66.73 10.31 -
YUV 190.64 20.42 126.12 -
System Red Green Blue C M Y K H S L
Decimal 188 229 0 0.18 0 1 0.10 70.74 1 0.45
Hex BC E5 0 12 0 64 A 47 64 2D
Octal 274 345 0 22 0 144 12 107 144 55
Binary 10111100 11100101 0 10010 0 1100100 1010 1000111 1100100 101101

Color Harmonies of #BCE500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE500

Black with #BCE500

Text Example


Text Example

White with #BCE500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE500; }

 p { color: rgb(188,229,0); }

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

background-color css

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

 a { background-color: rgb(188,229,0); }

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

border-color css

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

 span { border-color: rgb(188,229,0); }

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