Html Css Color HEX #BCF11C Inch Worm

📋 copy color: '#BCF11C'

red 188 ◦ green 241 ◦ blue 28

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

Shades of Inch Worm #BCF11C

Tints of Inch Worm #BCF11C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.74%

 BLUE value IS 28 (11.33% from 255) = 6.13%

R = 41.14%
G = 52.74%
B = 6.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#BCF11C (or 0xBCF11C) is known color: Inch Worm. HEX triplet: BC, F1 and 1C. RGB value is (188,241,28). Sum of RGB (Red+Green+Blue) = 188+241+28=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF11C is #430EE3. Grayscale: #C9C9C9. Windows color (decimal): -4394724 or 1896892. OLE color: 1896892.

HSL color Cylindrical-coordinate representation of color #BCF11C: hue angle of 74.93º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCF11C is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 28 -
CMYK 0.22 0 0.88 0.05
HSL 74.93º 0.88% 0.53% -
HSV(B) 74.93º 0.88% 0.95% -
XYZ 52.4 73.69 12.56 -
YUV 200.87 30.44 118.82 -
System Red Green Blue C M Y K H S L
Decimal 188 241 28 0.22 0 0.88 0.05 74.93 0.88 0.53
Hex BC F1 1C 16 0 58 5 4B 58 35
Octal 274 361 34 26 0 130 5 113 130 65
Binary 10111100 11110001 11100 10110 0 1011000 101 1001011 1011000 110101

Color Harmonies of #BCF11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF11C

Black with #BCF11C

Text Example


Text Example

White with #BCF11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF11C; }

 p { color: rgb(188,241,28); }

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

background-color css

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

 a { background-color: rgb(188,241,28); }

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

border-color css

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

 span { border-color: rgb(188,241,28); }

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