Html Css Color HEX #BCF312 Inch Worm

📋 copy color: '#BCF312'

red 188 ◦ green 243 ◦ blue 18

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

Shades of Inch Worm #BCF312

Tints of Inch Worm #BCF312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 41.87%
G = 54.12%
B = 4.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#BCF312 (or 0xBCF312) is known color: Inch Worm. HEX triplet: BC, F3 and 12. RGB value is (188,243,18). Sum of RGB (Red+Green+Blue) = 188+243+18=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF312 is #430CED. Grayscale: #C9C9C9. Windows color (decimal): -4394222 or 1242044. OLE color: 1242044.

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

Color convert

RGB 188 243 18 -
CMYK 0.23 0 0.93 0.05
HSL 74.67º 0.9% 0.51% -
HSV(B) 74.67º 0.93% 0.95% -
XYZ 52.9 74.84 12.23 -
YUV 200.91 24.78 118.8 -
System Red Green Blue C M Y K H S L
Decimal 188 243 18 0.23 0 0.93 0.05 74.67 0.9 0.51
Hex BC F3 12 17 0 5D 5 4B 5A 33
Octal 274 363 22 27 0 135 5 113 132 63
Binary 10111100 11110011 10010 10111 0 1011101 101 1001011 1011010 110011

Color Harmonies of #BCF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF312

Black with #BCF312

Text Example


Text Example

White with #BCF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF312; }

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

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

background-color css

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

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

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

border-color css

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

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

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