Html Css Color HEX #BCEC25 Inch Worm

📋 copy color: '#BCEC25'

red 188 ◦ green 236 ◦ blue 37

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

Shades of Inch Worm #BCEC25

Tints of Inch Worm #BCEC25

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.19%

 BLUE value IS 37 (14.84% from 255) = 8.03%

R = 40.78%
G = 51.19%
B = 8.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#BCEC25 (or 0xBCEC25) is known color: Inch Worm. HEX triplet: BC, EC and 25. RGB value is (188,236,37). Sum of RGB (Red+Green+Blue) = 188+236+37=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC25 is #4313DA. Grayscale: #C7C7C7. Windows color (decimal): -4395995 or 2485436. OLE color: 2485436.

HSL color Cylindrical-coordinate representation of color #BCEC25: hue angle of 74.47º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCEC25 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 37 -
CMYK 0.20 0 0.84 0.07
HSL 74.47º 0.84% 0.54% -
HSV(B) 74.47º 0.84% 0.93% -
XYZ 51.07 70.82 12.73 -
YUV 198.96 36.6 120.18 -
System Red Green Blue C M Y K H S L
Decimal 188 236 37 0.20 0 0.84 0.07 74.47 0.84 0.54
Hex BC EC 25 14 0 54 7 4A 54 36
Octal 274 354 45 24 0 124 7 112 124 66
Binary 10111100 11101100 100101 10100 0 1010100 111 1001010 1010100 110110

Color Harmonies of #BCEC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC25

Black with #BCEC25

Text Example


Text Example

White with #BCEC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC25; }

 p { color: rgb(188,236,37); }

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

background-color css

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

 a { background-color: rgb(188,236,37); }

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

border-color css

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

 span { border-color: rgb(188,236,37); }

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