Html Css Color HEX #BEDF00 Inch Worm

📋 copy color: '#BEDF00'

red 190 ◦ green 223 ◦ blue 0

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

Shades of Inch Worm #BEDF00

Tints of Inch Worm #BEDF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54%

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

R = 46%
G = 54%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#BEDF00 (or 0xBEDF00) is known color: Inch Worm. HEX triplet: BE, DF and 00. RGB value is (190,223,0). Sum of RGB (Red+Green+Blue) = 190+223+0=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDF00 is #4120FF. Grayscale: #BCBCBC. Windows color (decimal): -4268288 or 57278. OLE color: 57278.

HSL color Cylindrical-coordinate representation of color #BEDF00: hue angle of 68.88º 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 #BEDF00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 223 0 -
CMYK 0.15 0 1 0.13
HSL 68.88º 1% 0.44% -
HSV(B) 68.88º 1% 0.87% -
XYZ 47.62 63.72 9.79 -
YUV 187.71 22.07 129.63 -
System Red Green Blue C M Y K H S L
Decimal 190 223 0 0.15 0 1 0.13 68.88 1 0.44
Hex BE DF 0 F 0 64 D 45 64 2C
Octal 276 337 0 17 0 144 15 105 144 54
Binary 10111110 11011111 0 1111 0 1100100 1101 1000101 1100100 101100

Color Harmonies of #BEDF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF00

Black with #BEDF00

Text Example


Text Example

White with #BEDF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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