Html Css Color HEX #BCF40E Inch Worm

📋 copy color: '#BCF40E'

red 188 ◦ green 244 ◦ blue 14

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

Shades of Inch Worm #BCF40E

Tints of Inch Worm #BCF40E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 54.71%

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

R = 42.15%
G = 54.71%
B = 3.14%

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

#BCF40E (or 0xBCF40E) is known color: Inch Worm. HEX triplet: BC, F4 and 0E. RGB value is (188,244,14). Sum of RGB (Red+Green+Blue) = 188+244+14=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 244 (95.70% from 255 or 54.71% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF40E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF40E is #430BF1. Grayscale: #C9C9C9. Windows color (decimal): -4393970 or 980156. OLE color: 980156.

HSL color Cylindrical-coordinate representation of color #BCF40E: hue angle of 74.61º degrees, saturation: 0.91, 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 #BCF40E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 14 -
CMYK 0.23 0 0.94 0.04
HSL 74.61º 0.91% 0.51% -
HSV(B) 74.61º 0.94% 0.96% -
XYZ 53.17 75.42 12.17 -
YUV 201.04 22.45 118.7 -
System Red Green Blue C M Y K H S L
Decimal 188 244 14 0.23 0 0.94 0.04 74.61 0.91 0.51
Hex BC F4 E 17 0 5E 4 4B 5B 33
Octal 274 364 16 27 0 136 4 113 133 63
Binary 10111100 11110100 1110 10111 0 1011110 100 1001011 1011011 110011

Color Harmonies of #BCF40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF40E

Black with #BCF40E

Text Example


Text Example

White with #BCF40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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