#BEFB1A

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

Shades of Inch Worm #BEFB1A

Tints of Inch Worm #BEFB1A

Color information

#BEFB1A (or 0xBEFB1A) is unknown color: approx Inch Worm. HEX triplet: BE, FB and 1A. RGB value is (190,251,26). Sum of RGB (Red+Green+Blue) = 190+251+26=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFB1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFB1A is #4104E5. Grayscale: #CFCFCF. Windows color (decimal): -4261094 or 1768382. OLE color: 1768382.

HSL color Cylindrical-coordinate representation of color #BEFB1A: hue angle of 76.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEFB1A is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB19025126-
CMYK0.2400.900.02
HSL76.27º96.57%54.31%-
HSV(B)76.27º89.64%98.43%-
XYZ55.9280.0213.47-
YUV207.1125.79115.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 251 (98.44% from 255) = 53.75%
BLUE value IS 26 (10.55% from 255) = 5.57%
R=40.69%
G=53.75%
B=5.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190251260.2400.900.0276.2796.5754.31
HexBEFB1A1805A24c6136
Octal27637332300132211414166
Binary10111110111110111101011000010110101010011001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFB1A; }

 p { color: rgb(190,251,26); }

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

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

 a { background-color: rgb(190,251,26); }

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

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

 span { border-color: rgb(190,251,26); }

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