Html Css Color HEX #BCF115 Inch Worm

📋 copy color: '#BCF115'

red 188 ◦ green 241 ◦ blue 21

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

Shades of Inch Worm #BCF115

Tints of Inch Worm #BCF115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.67%

R = 41.78%
G = 53.56%
B = 4.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#BCF115 (or 0xBCF115) is known color: Inch Worm. HEX triplet: BC, F1 and 15. RGB value is (188,241,21). Sum of RGB (Red+Green+Blue) = 188+241+21=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF115 is #430EEA. Grayscale: #C8C8C8. Windows color (decimal): -4394731 or 1438140. OLE color: 1438140.

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

Color convert

RGB 188 241 21 -
CMYK 0.22 0 0.91 0.05
HSL 74.45º 0.89% 0.51% -
HSV(B) 74.45º 0.91% 0.95% -
XYZ 52.33 73.66 12.17 -
YUV 200.07 26.94 119.39 -
System Red Green Blue C M Y K H S L
Decimal 188 241 21 0.22 0 0.91 0.05 74.45 0.89 0.51
Hex BC F1 15 16 0 5B 5 4A 59 33
Octal 274 361 25 26 0 133 5 112 131 63
Binary 10111100 11110001 10101 10110 0 1011011 101 1001010 1011001 110011

Color Harmonies of #BCF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF115

Black with #BCF115

Text Example


Text Example

White with #BCF115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF115; }

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

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

background-color css

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

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

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

border-color css

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

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

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