Html Css Color HEX #BCE700 Inch Worm

📋 copy color: '#BCE700'

red 188 ◦ green 231 ◦ blue 0

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

Shades of Inch Worm #BCE700

Tints of Inch Worm #BCE700

RGB

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

 GREEN value IS 231 (90.63% from 255) = 55.13%

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

R = 44.87%
G = 55.13%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#BCE700 (or 0xBCE700) is known color: Inch Worm. HEX triplet: BC, E7 and 00. RGB value is (188,231,0). Sum of RGB (Red+Green+Blue) = 188+231+0=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 231 (90.62% from 255 or 55.13% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE700 is #4318FF. Grayscale: #C0C0C0. Windows color (decimal): -4397312 or 59324. OLE color: 59324.

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

Color convert

RGB 188 231 0 -
CMYK 0.19 0 1 0.09
HSL 71.17º 1% 0.45% -
HSV(B) 71.17º 1% 0.91% -
XYZ 49.31 67.84 10.5 -
YUV 191.81 19.75 125.28 -
System Red Green Blue C M Y K H S L
Decimal 188 231 0 0.19 0 1 0.09 71.17 1 0.45
Hex BC E7 0 13 0 64 9 47 64 2D
Octal 274 347 0 23 0 144 11 107 144 55
Binary 10111100 11100111 0 10011 0 1100100 1001 1000111 1100100 101101

Color Harmonies of #BCE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE700

Black with #BCE700

Text Example


Text Example

White with #BCE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE700; }

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

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

background-color css

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

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

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

border-color css

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

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

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