Html Css Color HEX #BCF518 Inch Worm

📋 copy color: '#BCF518'

red 188 ◦ green 245 ◦ blue 24

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

Shades of Inch Worm #BCF518

Tints of Inch Worm #BCF518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.25%

R = 41.14%
G = 53.61%
B = 5.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#BCF518 (or 0xBCF518) is known color: Inch Worm. HEX triplet: BC, F5 and 18. RGB value is (188,245,24). Sum of RGB (Red+Green+Blue) = 188+245+24=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 24 (9.77% from 255 or 5.25% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF518 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF518 is #430AE7. Grayscale: #CBCBCB. Windows color (decimal): -4393704 or 1635772. OLE color: 1635772.

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

Color convert

RGB 188 245 24 -
CMYK 0.23 0 0.90 0.04
HSL 75.48º 0.92% 0.53% -
HSV(B) 75.48º 0.9% 0.96% -
XYZ 53.56 76.06 12.72 -
YUV 202.76 27.12 117.47 -
System Red Green Blue C M Y K H S L
Decimal 188 245 24 0.23 0 0.90 0.04 75.48 0.92 0.53
Hex BC F5 18 17 0 5A 4 4B 5C 35
Octal 274 365 30 27 0 132 4 113 134 65
Binary 10111100 11110101 11000 10111 0 1011010 100 1001011 1011100 110101

Color Harmonies of #BCF518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF518

Black with #BCF518

Text Example


Text Example

White with #BCF518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF518; }

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

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

background-color css

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

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

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

border-color css

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

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

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