Html Css Color HEX #BEE914 Inch Worm

📋 copy color: '#BEE914'

red 190 ◦ green 233 ◦ blue 20

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

Shades of Inch Worm #BEE914

Tints of Inch Worm #BEE914

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.6%

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

R = 42.89%
G = 52.6%
B = 4.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#BEE914 (or 0xBEE914) is known color: Inch Worm. HEX triplet: BE, E9 and 14. RGB value is (190,233,20). Sum of RGB (Red+Green+Blue) = 190+233+20=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE914 is #4116EB. Grayscale: #C4C4C4. Windows color (decimal): -4265708 or 1370558. OLE color: 1370558.

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

Color convert

RGB 190 233 20 -
CMYK 0.18 0 0.91 0.09
HSL 72.11º 0.84% 0.5% -
HSV(B) 72.11º 0.91% 0.91% -
XYZ 50.5 69.28 11.37 -
YUV 195.86 28.75 123.82 -
System Red Green Blue C M Y K H S L
Decimal 190 233 20 0.18 0 0.91 0.09 72.11 0.84 0.5
Hex BE E9 14 12 0 5B 9 48 54 32
Octal 276 351 24 22 0 133 11 110 124 62
Binary 10111110 11101001 10100 10010 0 1011011 1001 1001000 1010100 110010

Color Harmonies of #BEE914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE914

Black with #BEE914

Text Example


Text Example

White with #BEE914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE914; }

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

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

background-color css

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

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

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

border-color css

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

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

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