Html Css Color HEX #BEE10E Inch Worm

📋 copy color: '#BEE10E'

red 190 ◦ green 225 ◦ blue 14

#BEE10E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BEE10E

Tints of Inch Worm #BEE10E

RGB

 RED value IS 190 (74.61% from 255) = 44.29%

 GREEN value IS 225 (88.28% from 255) = 52.45%

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 44.29%
G = 52.45%
B = 3.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#BEE10E (or 0xBEE10E) is known color: Inch Worm. HEX triplet: BE, E1 and 0E. RGB value is (190,225,14). Sum of RGB (Red+Green+Blue) = 190+225+14=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE10E is #411EF1. Grayscale: #BFBFBF. Windows color (decimal): -4267762 or 975294. OLE color: 975294.

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

Color convert

RGB 190 225 14 -
CMYK 0.16 0 0.94 0.12
HSL 69.95º 0.88% 0.47% -
HSV(B) 69.95º 0.94% 0.88% -
XYZ 48.24 64.83 10.39 -
YUV 190.48 28.4 127.66 -
System Red Green Blue C M Y K H S L
Decimal 190 225 14 0.16 0 0.94 0.12 69.95 0.88 0.47
Hex BE E1 E 10 0 5E C 46 58 2F
Octal 276 341 16 20 0 136 14 106 130 57
Binary 10111110 11100001 1110 10000 0 1011110 1100 1000110 1011000 101111

Color Harmonies of #BEE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE10E

Black with #BEE10E

Text Example


Text Example

White with #BEE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE10E; }

 p { color: rgb(190,225,14); }

 H1.HeaderClassName
 {
   color: #BEE10E;
 }
 .AnyTagClassName
 {
   color: #BEE10E;
 }
</style>

background-color css

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

 a { background-color: rgb(190,225,14); }

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

border-color css

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

 span { border-color: rgb(190,225,14); }

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