Html Css Color HEX #BEE314 Inch Worm

📋 copy color: '#BEE314'

red 190 ◦ green 227 ◦ blue 20

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

Shades of Inch Worm #BEE314

Tints of Inch Worm #BEE314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.95%

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

R = 43.48%
G = 51.95%
B = 4.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#BEE314 (or 0xBEE314) is known color: Inch Worm. HEX triplet: BE, E3 and 14. RGB value is (190,227,20). Sum of RGB (Red+Green+Blue) = 190+227+20=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE314 is #411CEB. Grayscale: #C1C1C1. Windows color (decimal): -4267244 or 1369022. OLE color: 1369022.

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

Color convert

RGB 190 227 20 -
CMYK 0.16 0 0.91 0.11
HSL 70.72º 0.84% 0.48% -
HSV(B) 70.72º 0.91% 0.89% -
XYZ 48.83 65.94 10.82 -
YUV 192.34 30.74 126.33 -
System Red Green Blue C M Y K H S L
Decimal 190 227 20 0.16 0 0.91 0.11 70.72 0.84 0.48
Hex BE E3 14 10 0 5B B 47 54 30
Octal 276 343 24 20 0 133 13 107 124 60
Binary 10111110 11100011 10100 10000 0 1011011 1011 1000111 1010100 110000

Color Harmonies of #BEE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE314

Black with #BEE314

Text Example


Text Example

White with #BEE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE314; }

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

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

background-color css

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

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

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

border-color css

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

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

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