Html Css Color HEX #BCDF11 Inch Worm

📋 copy color: '#BCDF11'

red 188 ◦ green 223 ◦ blue 17

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

Shades of Inch Worm #BCDF11

Tints of Inch Worm #BCDF11

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.1%

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

R = 43.93%
G = 52.1%
B = 3.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#BCDF11 (or 0xBCDF11) is known color: Inch Worm. HEX triplet: BC, DF and 11. RGB value is (188,223,17). Sum of RGB (Red+Green+Blue) = 188+223+17=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF11 is #4320EE. Grayscale: #BDBDBD. Windows color (decimal): -4399343 or 1171388. OLE color: 1171388.

HSL color Cylindrical-coordinate representation of color #BCDF11: hue angle of 70.19º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCDF11 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 17 -
CMYK 0.16 0 0.92 0.13
HSL 70.19º 0.86% 0.47% -
HSV(B) 70.19º 0.92% 0.87% -
XYZ 47.23 63.51 10.3 -
YUV 189.05 30.9 127.25 -
System Red Green Blue C M Y K H S L
Decimal 188 223 17 0.16 0 0.92 0.13 70.19 0.86 0.47
Hex BC DF 11 10 0 5C D 46 56 2F
Octal 274 337 21 20 0 134 15 106 126 57
Binary 10111100 11011111 10001 10000 0 1011100 1101 1000110 1010110 101111

Color Harmonies of #BCDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF11

Black with #BCDF11

Text Example


Text Example

White with #BCDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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