Html Css Color HEX #BCF619 Inch Worm

📋 copy color: '#BCF619'

red 188 ◦ green 246 ◦ blue 25

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

Shades of Inch Worm #BCF619

Tints of Inch Worm #BCF619

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.59%

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

R = 40.96%
G = 53.59%
B = 5.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#BCF619 (or 0xBCF619) is known color: Inch Worm. HEX triplet: BC, F6 and 19. RGB value is (188,246,25). Sum of RGB (Red+Green+Blue) = 188+246+25=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 246 (96.48% from 255 or 53.59% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF619 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF619 is #4309E6. Grayscale: #CCCCCC. Windows color (decimal): -4393447 or 1701564. OLE color: 1701564.

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

Color convert

RGB 188 246 25 -
CMYK 0.24 0 0.90 0.04
HSL 75.75º 0.92% 0.53% -
HSV(B) 75.75º 0.9% 0.96% -
XYZ 53.87 76.67 12.88 -
YUV 203.46 27.28 116.97 -
System Red Green Blue C M Y K H S L
Decimal 188 246 25 0.24 0 0.90 0.04 75.75 0.92 0.53
Hex BC F6 19 18 0 5A 4 4C 5C 35
Octal 274 366 31 30 0 132 4 114 134 65
Binary 10111100 11110110 11001 11000 0 1011010 100 1001100 1011100 110101

Color Harmonies of #BCF619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF619

Black with #BCF619

Text Example


Text Example

White with #BCF619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF619; }

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

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

background-color css

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

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

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

border-color css

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

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

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