Html Css Color HEX #BCF713 Inch Worm

📋 copy color: '#BCF713'

red 188 ◦ green 247 ◦ blue 19

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

Shades of Inch Worm #BCF713

Tints of Inch Worm #BCF713

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.41%

 BLUE value IS 19 (7.81% from 255) = 4.19%

R = 41.41%
G = 54.41%
B = 4.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#BCF713 (or 0xBCF713) is known color: Inch Worm. HEX triplet: BC, F7 and 13. RGB value is (188,247,19). Sum of RGB (Red+Green+Blue) = 188+247+19=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 247 (96.88% from 255 or 54.41% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF713 is #4308EC. Grayscale: #CCCCCC. Windows color (decimal): -4393197 or 1308604. OLE color: 1308604.

HSL color Cylindrical-coordinate representation of color #BCF713: hue angle of 75.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCF713 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 19 -
CMYK 0.24 0 0.92 0.03
HSL 75.53º 0.93% 0.52% -
HSV(B) 75.53º 0.92% 0.97% -
XYZ 54.12 77.26 12.68 -
YUV 203.37 23.95 117.04 -
System Red Green Blue C M Y K H S L
Decimal 188 247 19 0.24 0 0.92 0.03 75.53 0.93 0.52
Hex BC F7 13 18 0 5C 3 4C 5D 34
Octal 274 367 23 30 0 134 3 114 135 64
Binary 10111100 11110111 10011 11000 0 1011100 11 1001100 1011101 110100

Color Harmonies of #BCF713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF713

Black with #BCF713

Text Example


Text Example

White with #BCF713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF713; }

 p { color: rgb(188,247,19); }

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

background-color css

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

 a { background-color: rgb(188,247,19); }

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

border-color css

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

 span { border-color: rgb(188,247,19); }

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