Html Css Color HEX #BEE701 Inch Worm

📋 copy color: '#BEE701'

red 190 ◦ green 231 ◦ blue 1

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

Shades of Inch Worm #BEE701

Tints of Inch Worm #BEE701

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.74%

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

R = 45.02%
G = 54.74%
B = 0.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#BEE701 (or 0xBEE701) is known color: Inch Worm. HEX triplet: BE, E7 and 01. RGB value is (190,231,1). Sum of RGB (Red+Green+Blue) = 190+231+1=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 231 (90.62% from 255 or 54.74% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE701 is #4118FE. Grayscale: #C1C1C1. Windows color (decimal): -4266239 or 124862. OLE color: 124862.

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

Color convert

RGB 190 231 1 -
CMYK 0.18 0 1.00 0.09
HSL 70.7º 0.99% 0.45% -
HSV(B) 70.7º 1% 0.91% -
XYZ 49.82 68.1 10.55 -
YUV 192.52 19.92 126.2 -
System Red Green Blue C M Y K H S L
Decimal 190 231 1 0.18 0 1.00 0.09 70.7 0.99 0.45
Hex BE E7 1 12 0 64 9 47 63 2D
Octal 276 347 1 22 0 144 11 107 143 55
Binary 10111110 11100111 1 10010 0 1100100 1001 1000111 1100011 101101

Color Harmonies of #BEE701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE701

Black with #BEE701

Text Example


Text Example

White with #BEE701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE701; }

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

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

background-color css

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

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

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

border-color css

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

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

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