Html Css Color HEX #BCF015 Inch Worm

📋 copy color: '#BCF015'

red 188 ◦ green 240 ◦ blue 21

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

Shades of Inch Worm #BCF015

Tints of Inch Worm #BCF015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.68%

R = 41.87%
G = 53.45%
B = 4.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#BCF015 (or 0xBCF015) is known color: Inch Worm. HEX triplet: BC, F0 and 15. RGB value is (188,240,21). Sum of RGB (Red+Green+Blue) = 188+240+21=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF015 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF015 is #430FEA. Grayscale: #C8C8C8. Windows color (decimal): -4394987 or 1437884. OLE color: 1437884.

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

Color convert

RGB 188 240 21 -
CMYK 0.22 0 0.91 0.06
HSL 74.25º 0.88% 0.51% -
HSV(B) 74.25º 0.91% 0.94% -
XYZ 52.03 73.07 12.07 -
YUV 199.49 27.27 119.81 -
System Red Green Blue C M Y K H S L
Decimal 188 240 21 0.22 0 0.91 0.06 74.25 0.88 0.51
Hex BC F0 15 16 0 5B 6 4A 58 33
Octal 274 360 25 26 0 133 6 112 130 63
Binary 10111100 11110000 10101 10110 0 1011011 110 1001010 1011000 110011

Color Harmonies of #BCF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF015

Black with #BCF015

Text Example


Text Example

White with #BCF015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF015; }

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

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

background-color css

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

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

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

border-color css

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

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

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