Html Css Color HEX #BCF30E Inch Worm

📋 copy color: '#BCF30E'

red 188 ◦ green 243 ◦ blue 14

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

Shades of Inch Worm #BCF30E

Tints of Inch Worm #BCF30E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.61%

 BLUE value IS 14 (5.86% from 255) = 3.15%

R = 42.25%
G = 54.61%
B = 3.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#BCF30E (or 0xBCF30E) is known color: Inch Worm. HEX triplet: BC, F3 and 0E. RGB value is (188,243,14). Sum of RGB (Red+Green+Blue) = 188+243+14=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF30E is #430CF1. Grayscale: #C9C9C9. Windows color (decimal): -4394226 or 979900. OLE color: 979900.

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

Color convert

RGB 188 243 14 -
CMYK 0.23 0 0.94 0.05
HSL 74.41º 0.91% 0.5% -
HSV(B) 74.41º 0.94% 0.95% -
XYZ 52.87 74.82 12.07 -
YUV 200.45 22.78 119.12 -
System Red Green Blue C M Y K H S L
Decimal 188 243 14 0.23 0 0.94 0.05 74.41 0.91 0.5
Hex BC F3 E 17 0 5E 5 4A 5B 32
Octal 274 363 16 27 0 136 5 112 133 62
Binary 10111100 11110011 1110 10111 0 1011110 101 1001010 1011011 110010

Color Harmonies of #BCF30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF30E

Black with #BCF30E

Text Example


Text Example

White with #BCF30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF30E; }

 p { color: rgb(188,243,14); }

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

background-color css

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

 a { background-color: rgb(188,243,14); }

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

border-color css

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

 span { border-color: rgb(188,243,14); }

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