Html Css Color HEX #BEDE00 Inch Worm

📋 copy color: '#BEDE00'

red 190 ◦ green 222 ◦ blue 0

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

Shades of Inch Worm #BEDE00

Tints of Inch Worm #BEDE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.88%

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

R = 46.12%
G = 53.88%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#BEDE00 (or 0xBEDE00) is known color: Inch Worm. HEX triplet: BE, DE and 00. RGB value is (190,222,0). Sum of RGB (Red+Green+Blue) = 190+222+0=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDE00 is #4121FF. Grayscale: #BBBBBB. Windows color (decimal): -4268544 or 57022. OLE color: 57022.

HSL color Cylindrical-coordinate representation of color #BEDE00: hue angle of 68.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEDE00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 0 -
CMYK 0.14 0 1 0.13
HSL 68.65º 1% 0.44% -
HSV(B) 68.65º 1% 0.87% -
XYZ 47.36 63.19 9.7 -
YUV 187.12 22.4 130.05 -
System Red Green Blue C M Y K H S L
Decimal 190 222 0 0.14 0 1 0.13 68.65 1 0.44
Hex BE DE 0 E 0 64 D 45 64 2C
Octal 276 336 0 16 0 144 15 105 144 54
Binary 10111110 11011110 0 1110 0 1100100 1101 1000101 1100100 101100

Color Harmonies of #BEDE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE00

Black with #BEDE00

Text Example


Text Example

White with #BEDE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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