Html Css Color HEX #BCF512 Inch Worm

📋 copy color: '#BCF512'

red 188 ◦ green 245 ◦ blue 18

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

Shades of Inch Worm #BCF512

Tints of Inch Worm #BCF512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.32%

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

R = 41.69%
G = 54.32%
B = 3.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#BCF512 (or 0xBCF512) is known color: Inch Worm. HEX triplet: BC, F5 and 12. RGB value is (188,245,18). Sum of RGB (Red+Green+Blue) = 188+245+18=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 245 (96.09% from 255 or 54.32% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF512 is #430AED. Grayscale: #CACACA. Windows color (decimal): -4393710 or 1242556. OLE color: 1242556.

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

Color convert

RGB 188 245 18 -
CMYK 0.23 0 0.93 0.04
HSL 75.07º 0.92% 0.52% -
HSV(B) 75.07º 0.93% 0.96% -
XYZ 53.5 76.04 12.43 -
YUV 202.08 24.12 117.96 -
System Red Green Blue C M Y K H S L
Decimal 188 245 18 0.23 0 0.93 0.04 75.07 0.92 0.52
Hex BC F5 12 17 0 5D 4 4B 5C 34
Octal 274 365 22 27 0 135 4 113 134 64
Binary 10111100 11110101 10010 10111 0 1011101 100 1001011 1011100 110100

Color Harmonies of #BCF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF512

Black with #BCF512

Text Example


Text Example

White with #BCF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF512; }

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

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

background-color css

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

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

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

border-color css

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

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

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