Html Css Color HEX #BCF50E Inch Worm

📋 copy color: '#BCF50E'

red 188 ◦ green 245 ◦ blue 14

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

Shades of Inch Worm #BCF50E

Tints of Inch Worm #BCF50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.81%

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 42.06%
G = 54.81%
B = 3.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#BCF50E (or 0xBCF50E) is known color: Inch Worm. HEX triplet: BC, F5 and 0E. RGB value is (188,245,14). Sum of RGB (Red+Green+Blue) = 188+245+14=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 245 (96.09% from 255 or 54.81% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF50E is #430AF1. Grayscale: #CACACA. Windows color (decimal): -4393714 or 980412. OLE color: 980412.

HSL color Cylindrical-coordinate representation of color #BCF50E: hue angle of 74.81º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCF50E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 14 -
CMYK 0.23 0 0.94 0.04
HSL 74.81º 0.92% 0.51% -
HSV(B) 74.81º 0.94% 0.96% -
XYZ 53.47 76.03 12.27 -
YUV 201.62 22.12 118.28 -
System Red Green Blue C M Y K H S L
Decimal 188 245 14 0.23 0 0.94 0.04 74.81 0.92 0.51
Hex BC F5 E 17 0 5E 4 4B 5C 33
Octal 274 365 16 27 0 136 4 113 134 63
Binary 10111100 11110101 1110 10111 0 1011110 100 1001011 1011100 110011

Color Harmonies of #BCF50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF50E

Black with #BCF50E

Text Example


Text Example

White with #BCF50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF50E; }

 p { color: rgb(188,245,14); }

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

background-color css

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

 a { background-color: rgb(188,245,14); }

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

border-color css

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

 span { border-color: rgb(188,245,14); }

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