Html Css Color HEX #BEEA00 Inch Worm

📋 copy color: '#BEEA00'

red 190 ◦ green 234 ◦ blue 0

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

Shades of Inch Worm #BEEA00

Tints of Inch Worm #BEEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.19%

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

R = 44.81%
G = 55.19%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#BEEA00 (or 0xBEEA00) is known color: Inch Worm. HEX triplet: BE, EA and 00. RGB value is (190,234,0). Sum of RGB (Red+Green+Blue) = 190+234+0=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEEA00 is #4115FF. Grayscale: #C3C3C3. Windows color (decimal): -4265472 or 60094. OLE color: 60094.

HSL color Cylindrical-coordinate representation of color #BEEA00: hue angle of 71.28º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEEA00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 0 -
CMYK 0.19 0 1 0.08
HSL 71.28º 1% 0.46% -
HSV(B) 71.28º 1% 0.92% -
XYZ 50.66 69.79 10.8 -
YUV 194.17 18.42 125.03 -
System Red Green Blue C M Y K H S L
Decimal 190 234 0 0.19 0 1 0.08 71.28 1 0.46
Hex BE EA 0 13 0 64 8 47 64 2E
Octal 276 352 0 23 0 144 10 107 144 56
Binary 10111110 11101010 0 10011 0 1100100 1000 1000111 1100100 101110

Color Harmonies of #BEEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA00

Black with #BEEA00

Text Example


Text Example

White with #BEEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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