Html Css Color HEX #BEE114 Inch Worm

📋 copy color: '#BEE114'

red 190 ◦ green 225 ◦ blue 20

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

Shades of Inch Worm #BEE114

Tints of Inch Worm #BEE114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.6%

R = 43.68%
G = 51.72%
B = 4.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#BEE114 (or 0xBEE114) is known color: Inch Worm. HEX triplet: BE, E1 and 14. RGB value is (190,225,20). Sum of RGB (Red+Green+Blue) = 190+225+20=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE114 is #411EEB. Grayscale: #BFBFBF. Windows color (decimal): -4267756 or 1368510. OLE color: 1368510.

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

Color convert

RGB 190 225 20 -
CMYK 0.16 0 0.91 0.12
HSL 70.24º 0.84% 0.48% -
HSV(B) 70.24º 0.91% 0.88% -
XYZ 48.29 64.85 10.63 -
YUV 191.17 31.4 127.17 -
System Red Green Blue C M Y K H S L
Decimal 190 225 20 0.16 0 0.91 0.12 70.24 0.84 0.48
Hex BE E1 14 10 0 5B C 46 54 30
Octal 276 341 24 20 0 133 14 106 124 60
Binary 10111110 11100001 10100 10000 0 1011011 1100 1000110 1010100 110000

Color Harmonies of #BEE114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE114

Black with #BEE114

Text Example


Text Example

White with #BEE114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE114; }

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

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

background-color css

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

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

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

border-color css

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

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

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