Html Css Color HEX #BEDD01 Inch Worm

📋 copy color: '#BEDD01'

red 190 ◦ green 221 ◦ blue 1

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

Shades of Inch Worm #BEDD01

Tints of Inch Worm #BEDD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.64%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 46.12%
G = 53.64%
B = 0.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#BEDD01 (or 0xBEDD01) is known color: Inch Worm. HEX triplet: BE, DD and 01. RGB value is (190,221,1). Sum of RGB (Red+Green+Blue) = 190+221+1=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD01 is #4122FE. Grayscale: #BBBBBB. Windows color (decimal): -4268799 or 122302. OLE color: 122302.

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

Color convert

RGB 190 221 1 -
CMYK 0.14 0 1.00 0.13
HSL 68.45º 0.99% 0.44% -
HSV(B) 68.45º 1% 0.87% -
XYZ 47.1 62.66 9.64 -
YUV 186.65 23.23 130.39 -
System Red Green Blue C M Y K H S L
Decimal 190 221 1 0.14 0 1.00 0.13 68.45 0.99 0.44
Hex BE DD 1 E 0 64 D 44 63 2C
Octal 276 335 1 16 0 144 15 104 143 54
Binary 10111110 11011101 1 1110 0 1100100 1101 1000100 1100011 101100

Color Harmonies of #BEDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD01

Black with #BEDD01

Text Example


Text Example

White with #BEDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD01; }

 p { color: rgb(190,221,1); }

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

background-color css

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

 a { background-color: rgb(190,221,1); }

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

border-color css

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

 span { border-color: rgb(190,221,1); }

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