Html Css Color HEX #BEE700 Inch Worm

📋 copy color: '#BEE700'

red 190 ◦ green 231 ◦ blue 0

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

Shades of Inch Worm #BEE700

Tints of Inch Worm #BEE700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.13%
G = 54.87%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#BEE700 (or 0xBEE700) is known color: Inch Worm. HEX triplet: BE, E7 and 00. RGB value is (190,231,0). Sum of RGB (Red+Green+Blue) = 190+231+0=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 231 (90.62% from 255 or 54.87% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE700 is #4118FF. Grayscale: #C1C1C1. Windows color (decimal): -4266240 or 59326. OLE color: 59326.

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

Color convert

RGB 190 231 0 -
CMYK 0.18 0 1 0.09
HSL 70.65º 1% 0.45% -
HSV(B) 70.65º 1% 0.91% -
XYZ 49.81 68.1 10.52 -
YUV 192.41 19.42 126.28 -
System Red Green Blue C M Y K H S L
Decimal 190 231 0 0.18 0 1 0.09 70.65 1 0.45
Hex BE E7 0 12 0 64 9 47 64 2D
Octal 276 347 0 22 0 144 11 107 144 55
Binary 10111110 11100111 0 10010 0 1100100 1001 1000111 1100100 101101

Color Harmonies of #BEE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE700

Black with #BEE700

Text Example


Text Example

White with #BEE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE700; }

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

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

background-color css

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

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

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

border-color css

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

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

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