Html Css Color HEX #BEDB00 Inch Worm

📋 copy color: '#BEDB00'

red 190 ◦ green 219 ◦ blue 0

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

Shades of Inch Worm #BEDB00

Tints of Inch Worm #BEDB00

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.55%

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

R = 46.45%
G = 53.55%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#BEDB00 (or 0xBEDB00) is known color: Inch Worm. HEX triplet: BE, DB and 00. RGB value is (190,219,0). Sum of RGB (Red+Green+Blue) = 190+219+0=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDB00 is #4124FF. Grayscale: #BABABA. Windows color (decimal): -4269312 or 56254. OLE color: 56254.

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

Color convert

RGB 190 219 0 -
CMYK 0.13 0 1 0.14
HSL 67.95º 1% 0.43% -
HSV(B) 67.95º 1% 0.86% -
XYZ 46.57 61.61 9.44 -
YUV 185.36 23.39 131.31 -
System Red Green Blue C M Y K H S L
Decimal 190 219 0 0.13 0 1 0.14 67.95 1 0.43
Hex BE DB 0 D 0 64 E 44 64 2B
Octal 276 333 0 15 0 144 16 104 144 53
Binary 10111110 11011011 0 1101 0 1100100 1110 1000100 1100100 101011

Color Harmonies of #BEDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB00

Black with #BEDB00

Text Example


Text Example

White with #BEDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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