Html Css Color HEX #BCDF10 Inch Worm

📋 copy color: '#BCDF10'

red 188 ◦ green 223 ◦ blue 16

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

Shades of Inch Worm #BCDF10

Tints of Inch Worm #BCDF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.75%

R = 44.03%
G = 52.22%
B = 3.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#BCDF10 (or 0xBCDF10) is known color: Inch Worm. HEX triplet: BC, DF and 10. RGB value is (188,223,16). Sum of RGB (Red+Green+Blue) = 188+223+16=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF10 is #4320EF. Grayscale: #BDBDBD. Windows color (decimal): -4399344 or 1105852. OLE color: 1105852.

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

Color convert

RGB 188 223 16 -
CMYK 0.16 0 0.93 0.13
HSL 70.14º 0.87% 0.47% -
HSV(B) 70.14º 0.93% 0.87% -
XYZ 47.22 63.5 10.26 -
YUV 188.94 30.4 127.33 -
System Red Green Blue C M Y K H S L
Decimal 188 223 16 0.16 0 0.93 0.13 70.14 0.87 0.47
Hex BC DF 10 10 0 5D D 46 57 2F
Octal 274 337 20 20 0 135 15 106 127 57
Binary 10111100 11011111 10000 10000 0 1011101 1101 1000110 1010111 101111

Color Harmonies of #BCDF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF10

Black with #BCDF10

Text Example


Text Example

White with #BCDF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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