#BEE01C

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

Shades of Inch Worm #BEE01C

Tints of Inch Worm #BEE01C

Color information

#BEE01C (or 0xBEE01C) is unknown color: approx Inch Worm. HEX triplet: BE, E0 and 1C. RGB value is (190,224,28). Sum of RGB (Red+Green+Blue) = 190+224+28=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE01C is #411FE3. Grayscale: #C0C0C0. Windows color (decimal): -4268004 or 1892542. OLE color: 1892542.

HSL color Cylindrical-coordinate representation of color #BEE01C: hue angle of 70.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEE01C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB19022428-
CMYK0.1500.880.12
HSL70.41º77.78%49.41%-
HSV(B)70.41º87.5%87.84%-
XYZ48.164.3410.98-
YUV191.4935.74126.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 224 (87.89% from 255) = 50.68%
BLUE value IS 28 (11.33% from 255) = 6.33%
R=42.99%
G=50.68%
B=6.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190224280.1500.880.1270.4177.7849.41
HexBEE01CF058C464e31
Octal276340341701301410611661
Binary101111101110000011100111101011000110010001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE01C; }

 p { color: rgb(190,224,28); }

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

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

 a { background-color: rgb(190,224,28); }

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

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

 span { border-color: rgb(190,224,28); }

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