Html Css Color HEX #BCF519 Inch Worm

📋 copy color: '#BCF519'

red 188 ◦ green 245 ◦ blue 25

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

Shades of Inch Worm #BCF519

Tints of Inch Worm #BCF519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.46%

R = 41.05%
G = 53.49%
B = 5.46%

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

#BCF519 (or 0xBCF519) is known color: Inch Worm. HEX triplet: BC, F5 and 19. RGB value is (188,245,25). Sum of RGB (Red+Green+Blue) = 188+245+25=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF519 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF519 is #430AE6. Grayscale: #CBCBCB. Windows color (decimal): -4393703 or 1701308. OLE color: 1701308.

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

Color convert

RGB 188 245 25 -
CMYK 0.23 0 0.90 0.04
HSL 75.55º 0.92% 0.53% -
HSV(B) 75.55º 0.9% 0.96% -
XYZ 53.57 76.07 12.78 -
YUV 202.88 27.62 117.39 -
System Red Green Blue C M Y K H S L
Decimal 188 245 25 0.23 0 0.90 0.04 75.55 0.92 0.53
Hex BC F5 19 17 0 5A 4 4C 5C 35
Octal 274 365 31 27 0 132 4 114 134 65
Binary 10111100 11110101 11001 10111 0 1011010 100 1001100 1011100 110101

Color Harmonies of #BCF519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF519

Black with #BCF519

Text Example


Text Example

White with #BCF519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF519; }

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

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

background-color css

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

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

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

border-color css

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

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

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