Html Css Color HEX #BEE001 Inch Worm

📋 copy color: '#BEE001'

red 190 ◦ green 224 ◦ blue 1

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

Shades of Inch Worm #BEE001

Tints of Inch Worm #BEE001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 45.78%
G = 53.98%
B = 0.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#BEE001 (or 0xBEE001) is known color: Inch Worm. HEX triplet: BE, E0 and 01. RGB value is (190,224,1). Sum of RGB (Red+Green+Blue) = 190+224+1=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE001 is #411FFE. Grayscale: #BDBDBD. Windows color (decimal): -4268031 or 123070. OLE color: 123070.

HSL color Cylindrical-coordinate representation of color #BEE001: hue angle of 69.15º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEE001 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 1 -
CMYK 0.15 0 1.00 0.12
HSL 69.15º 0.99% 0.44% -
HSV(B) 69.15º 1% 0.88% -
XYZ 47.9 64.26 9.91 -
YUV 188.41 22.24 129.13 -
System Red Green Blue C M Y K H S L
Decimal 190 224 1 0.15 0 1.00 0.12 69.15 0.99 0.44
Hex BE E0 1 F 0 64 C 45 63 2C
Octal 276 340 1 17 0 144 14 105 143 54
Binary 10111110 11100000 1 1111 0 1100100 1100 1000101 1100011 101100

Color Harmonies of #BEE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE001

Black with #BEE001

Text Example


Text Example

White with #BEE001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE001; }

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

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

background-color css

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

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

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

border-color css

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

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

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