#BEE213

Color #BEE213 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BEE213

Tints of Inch Worm #BEE213

Color information

#BEE213 (or 0xBEE213) is unknown color: approx Inch Worm. HEX triplet: BE, E2 and 13. RGB value is (190,226,19). Sum of RGB (Red+Green+Blue) = 190+226+19=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE213 is #411DEC. Grayscale: #C0C0C0. Windows color (decimal): -4267501 or 1303230. OLE color: 1303230.

HSL color Cylindrical-coordinate representation of color #BEE213: hue angle of 70.43º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEE213 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB19022619-
CMYK0.1600.920.11
HSL70.43º84.49%48.04%-
HSV(B)70.43º91.59%88.63%-
XYZ48.5565.3910.68-
YUV191.6430.57126.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 226 (88.67% from 255) = 51.95%
BLUE value IS 19 (7.81% from 255) = 4.37%
R=43.68%
G=51.95%
B=4.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190226190.1600.920.1170.4384.4948.04
HexBEE2131005CB465430
Octal276342232001341310612460
Binary1011111011100010100111000001011100101110001101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE213; }

 p { color: rgb(190,226,19); }

 H1.HeaderClassName
 {
   color: #BEE213;
 }
 .AnyTagClassName
 {
   color: #BEE213;
 }
</style>
background-color css

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

 a { background-color: rgb(190,226,19); }

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

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

 span { border-color: rgb(190,226,19); }

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