#BEE705

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

Shades of Inch Worm #BEE705

Tints of Inch Worm #BEE705

Color information

#BEE705 (or 0xBEE705) is unknown color: approx Inch Worm. HEX triplet: BE, E7 and 05. RGB value is (190,231,5). Sum of RGB (Red+Green+Blue) = 190+231+5=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 231 (90.62% from 255 or 54.23% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE705 is #4118FA. Grayscale: #C1C1C1. Windows color (decimal): -4266235 or 387006. OLE color: 387006.

HSL color Cylindrical-coordinate representation of color #BEE705: hue angle of 70.88º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEE705 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB1902315-
CMYK0.1800.980.09
HSL70.88º95.76%46.27%-
HSV(B)70.88º97.84%90.59%-
XYZ49.8468.1110.66-
YUV192.9821.92125.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 231 (90.62% from 255) = 54.23%
BLUE value IS 5 (2.34% from 255) = 1.17%
R=44.60%
G=54.23%
B=1.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19023150.1800.980.0970.8895.7646.27
HexBEE7512062947602e
Octal27634752201421110714056
Binary10111110111001111011001001100010100110001111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE705; }

 p { color: rgb(190,231,5); }

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

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

 a { background-color: rgb(190,231,5); }

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

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

 span { border-color: rgb(190,231,5); }

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