Html Css Color HEX #BCF310 Inch Worm

📋 copy color: '#BCF310'

red 188 ◦ green 243 ◦ blue 16

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

Shades of Inch Worm #BCF310

Tints of Inch Worm #BCF310

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.36%

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

R = 42.06%
G = 54.36%
B = 3.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#BCF310 (or 0xBCF310) is known color: Inch Worm. HEX triplet: BC, F3 and 10. RGB value is (188,243,16). Sum of RGB (Red+Green+Blue) = 188+243+16=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF310 is #430CEF. Grayscale: #C9C9C9. Windows color (decimal): -4394224 or 1110972. OLE color: 1110972.

HSL color Cylindrical-coordinate representation of color #BCF310: hue angle of 74.54º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCF310 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 16 -
CMYK 0.23 0 0.93 0.05
HSL 74.54º 0.9% 0.51% -
HSV(B) 74.54º 0.93% 0.95% -
XYZ 52.88 74.83 12.15 -
YUV 200.68 23.78 118.96 -
System Red Green Blue C M Y K H S L
Decimal 188 243 16 0.23 0 0.93 0.05 74.54 0.9 0.51
Hex BC F3 10 17 0 5D 5 4B 5A 33
Octal 274 363 20 27 0 135 5 113 132 63
Binary 10111100 11110011 10000 10111 0 1011101 101 1001011 1011010 110011

Color Harmonies of #BCF310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF310

Black with #BCF310

Text Example


Text Example

White with #BCF310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF310; }

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

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

background-color css

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

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

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

border-color css

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

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

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