#BEF01D

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

Shades of Inch Worm #BEF01D

Tints of Inch Worm #BEF01D

Color information

#BEF01D (or 0xBEF01D) is unknown color: approx Inch Worm. HEX triplet: BE, F0 and 1D. RGB value is (190,240,29). Sum of RGB (Red+Green+Blue) = 190+240+29=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF01D is #410FE2. Grayscale: #C9C9C9. Windows color (decimal): -4263907 or 1962174. OLE color: 1962174.

HSL color Cylindrical-coordinate representation of color #BEF01D: hue angle of 74.22º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEF01D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB19024029-
CMYK0.2100.880.06
HSL74.22º87.55%52.75%-
HSV(B)74.22º87.92%94.12%-
XYZ52.6273.3612.55-
YUV20130.94120.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 240 (94.14% from 255) = 52.29%
BLUE value IS 29 (11.72% from 255) = 6.32%
R=41.39%
G=52.29%
B=6.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal190240290.2100.880.0674.2287.5552.75
HexBEF01D1505864a5835
Octal27636035250130611213065
Binary101111101111000011101101010101100011010010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF01D; }

 p { color: rgb(190,240,29); }

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

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

 a { background-color: rgb(190,240,29); }

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

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

 span { border-color: rgb(190,240,29); }

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