Html Css Color HEX #BCF014 Inch Worm

📋 copy color: '#BCF014'

red 188 ◦ green 240 ◦ blue 20

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

Shades of Inch Worm #BCF014

Tints of Inch Worm #BCF014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.57%

 BLUE value IS 20 (8.2% from 255) = 4.46%

R = 41.96%
G = 53.57%
B = 4.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#BCF014 (or 0xBCF014) is known color: Inch Worm. HEX triplet: BC, F0 and 14. RGB value is (188,240,20). Sum of RGB (Red+Green+Blue) = 188+240+20=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF014 is #430FEB. Grayscale: #C8C8C8. Windows color (decimal): -4394988 or 1372348. OLE color: 1372348.

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

Color convert

RGB 188 240 20 -
CMYK 0.22 0 0.92 0.06
HSL 74.18º 0.88% 0.51% -
HSV(B) 74.18º 0.92% 0.94% -
XYZ 52.03 73.06 12.02 -
YUV 199.37 26.77 119.89 -
System Red Green Blue C M Y K H S L
Decimal 188 240 20 0.22 0 0.92 0.06 74.18 0.88 0.51
Hex BC F0 14 16 0 5C 6 4A 58 33
Octal 274 360 24 26 0 134 6 112 130 63
Binary 10111100 11110000 10100 10110 0 1011100 110 1001010 1011000 110011

Color Harmonies of #BCF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF014

Black with #BCF014

Text Example


Text Example

White with #BCF014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF014; }

 p { color: rgb(188,240,20); }

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

background-color css

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

 a { background-color: rgb(188,240,20); }

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

border-color css

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

 span { border-color: rgb(188,240,20); }

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