Html Css Color HEX #BEE014 Inch Worm

📋 copy color: '#BEE014'

red 190 ◦ green 224 ◦ blue 20

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

Shades of Inch Worm #BEE014

Tints of Inch Worm #BEE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.61%

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

R = 43.78%
G = 51.61%
B = 4.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#BEE014 (or 0xBEE014) is known color: Inch Worm. HEX triplet: BE, E0 and 14. RGB value is (190,224,20). Sum of RGB (Red+Green+Blue) = 190+224+20=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE014 is #411FEB. Grayscale: #BFBFBF. Windows color (decimal): -4268012 or 1368254. OLE color: 1368254.

HSL color Cylindrical-coordinate representation of color #BEE014: hue angle of 70º 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 #BEE014 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 20 -
CMYK 0.15 0 0.91 0.12
HSL 70º 0.84% 0.48% -
HSV(B) 70º 0.91% 0.88% -
XYZ 48.02 64.31 10.54 -
YUV 190.58 31.74 127.59 -
System Red Green Blue C M Y K H S L
Decimal 190 224 20 0.15 0 0.91 0.12 70 0.84 0.48
Hex BE E0 14 F 0 5B C 46 54 30
Octal 276 340 24 17 0 133 14 106 124 60
Binary 10111110 11100000 10100 1111 0 1011011 1100 1000110 1010100 110000

Color Harmonies of #BEE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE014

Black with #BEE014

Text Example


Text Example

White with #BEE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE014; }

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

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

background-color css

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

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

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

border-color css

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

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

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