Html Css Color HEX #BCF222 Inch Worm

📋 copy color: '#BCF222'

red 188 ◦ green 242 ◦ blue 34

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

Shades of Inch Worm #BCF222

Tints of Inch Worm #BCF222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.33%

R = 40.52%
G = 52.16%
B = 7.33%

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

#BCF222 (or 0xBCF222) is known color: Inch Worm. HEX triplet: BC, F2 and 22. RGB value is (188,242,34). Sum of RGB (Red+Green+Blue) = 188+242+34=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF222 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF222 is #430DDD. Grayscale: #CACACA. Windows color (decimal): -4394462 or 2290364. OLE color: 2290364.

HSL color Cylindrical-coordinate representation of color #BCF222: hue angle of 75.58º 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 #BCF222 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 34 -
CMYK 0.22 0 0.86 0.05
HSL 75.58º 0.89% 0.54% -
HSV(B) 75.58º 0.86% 0.95% -
XYZ 52.78 74.31 13.08 -
YUV 202.14 33.11 117.91 -
System Red Green Blue C M Y K H S L
Decimal 188 242 34 0.22 0 0.86 0.05 75.58 0.89 0.54
Hex BC F2 22 16 0 56 5 4C 59 36
Octal 274 362 42 26 0 126 5 114 131 66
Binary 10111100 11110010 100010 10110 0 1010110 101 1001100 1011001 110110

Color Harmonies of #BCF222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF222

Black with #BCF222

Text Example


Text Example

White with #BCF222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF222; }

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

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

background-color css

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

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

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

border-color css

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

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

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