Html Css Color HEX #BCF220 Inch Worm

📋 copy color: '#BCF220'

red 188 ◦ green 242 ◦ blue 32

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

Shades of Inch Worm #BCF220

Tints of Inch Worm #BCF220

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.38%

 BLUE value IS 32 (12.89% from 255) = 6.93%

R = 40.69%
G = 52.38%
B = 6.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#BCF220 (or 0xBCF220) is known color: Inch Worm. HEX triplet: BC, F2 and 20. RGB value is (188,242,32). Sum of RGB (Red+Green+Blue) = 188+242+32=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF220 is #430DDF. Grayscale: #CACACA. Windows color (decimal): -4394464 or 2159292. OLE color: 2159292.

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

Color convert

RGB 188 242 32 -
CMYK 0.22 0 0.87 0.05
HSL 75.43º 0.89% 0.54% -
HSV(B) 75.43º 0.87% 0.95% -
XYZ 52.75 74.3 12.93 -
YUV 201.91 32.11 118.08 -
System Red Green Blue C M Y K H S L
Decimal 188 242 32 0.22 0 0.87 0.05 75.43 0.89 0.54
Hex BC F2 20 16 0 57 5 4B 59 36
Octal 274 362 40 26 0 127 5 113 131 66
Binary 10111100 11110010 100000 10110 0 1010111 101 1001011 1011001 110110

Color Harmonies of #BCF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF220

Black with #BCF220

Text Example


Text Example

White with #BCF220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF220; }

 p { color: rgb(188,242,32); }

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

background-color css

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

 a { background-color: rgb(188,242,32); }

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

border-color css

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

 span { border-color: rgb(188,242,32); }

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