Html Css Color HEX #BCFB18 Inch Worm

📋 copy color: '#BCFB18'

red 188 ◦ green 251 ◦ blue 24

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

Shades of Inch Worm #BCFB18

Tints of Inch Worm #BCFB18

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.21%

 BLUE value IS 24 (9.77% from 255) = 5.18%

R = 40.6%
G = 54.21%
B = 5.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#BCFB18 (or 0xBCFB18) is known color: Inch Worm. HEX triplet: BC, FB and 18. RGB value is (188,251,24). Sum of RGB (Red+Green+Blue) = 188+251+24=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 24 (9.77% from 255 or 5.18% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFB18 is #4304E7. Grayscale: #CFCFCF. Windows color (decimal): -4392168 or 1637308. OLE color: 1637308.

HSL color Cylindrical-coordinate representation of color #BCFB18: hue angle of 76.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCFB18 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 24 -
CMYK 0.25 0 0.90 0.02
HSL 76.65º 0.97% 0.54% -
HSV(B) 76.65º 0.9% 0.98% -
XYZ 55.4 79.75 13.34 -
YUV 206.29 25.13 114.96 -
System Red Green Blue C M Y K H S L
Decimal 188 251 24 0.25 0 0.90 0.02 76.65 0.97 0.54
Hex BC FB 18 19 0 5A 2 4D 61 36
Octal 274 373 30 31 0 132 2 115 141 66
Binary 10111100 11111011 11000 11001 0 1011010 10 1001101 1100001 110110

Color Harmonies of #BCFB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB18

Black with #BCFB18

Text Example


Text Example

White with #BCFB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB18; }

 p { color: rgb(188,251,24); }

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

background-color css

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

 a { background-color: rgb(188,251,24); }

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

border-color css

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

 span { border-color: rgb(188,251,24); }

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