Html Css Color HEX #BCF221 Inch Worm

📋 copy color: '#BCF221'

red 188 ◦ green 242 ◦ blue 33

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

Shades of Inch Worm #BCF221

Tints of Inch Worm #BCF221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.13%

R = 40.6%
G = 52.27%
B = 7.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#BCF221 (or 0xBCF221) is known color: Inch Worm. HEX triplet: BC, F2 and 21. RGB value is (188,242,33). Sum of RGB (Red+Green+Blue) = 188+242+33=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF221 is #430DDE. Grayscale: #CACACA. Windows color (decimal): -4394463 or 2224828. OLE color: 2224828.

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

Color convert

RGB 188 242 33 -
CMYK 0.22 0 0.86 0.05
HSL 75.5º 0.89% 0.54% -
HSV(B) 75.5º 0.86% 0.95% -
XYZ 52.77 74.31 13 -
YUV 202.03 32.61 117.99 -
System Red Green Blue C M Y K H S L
Decimal 188 242 33 0.22 0 0.86 0.05 75.5 0.89 0.54
Hex BC F2 21 16 0 56 5 4C 59 36
Octal 274 362 41 26 0 126 5 114 131 66
Binary 10111100 11110010 100001 10110 0 1010110 101 1001100 1011001 110110

Color Harmonies of #BCF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF221

Black with #BCF221

Text Example


Text Example

White with #BCF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF221; }

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

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

background-color css

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

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

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

border-color css

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

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

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