#BEDD04

Color #BEDD04 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BEDD04

Tints of Inch Worm #BEDD04

Color information

#BEDD04 (or 0xBEDD04) is unknown color: approx Inch Worm. HEX triplet: BE, DD and 04. RGB value is (190,221,4). Sum of RGB (Red+Green+Blue) = 190+221+4=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD04 is #4122FB. Grayscale: #BBBBBB. Windows color (decimal): -4268796 or 318910. OLE color: 318910.

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

Color convert

RGB1902214-
CMYK0.1400.980.13
HSL68.57º96.44%44.12%-
HSV(B)68.57º98.19%86.67%-
XYZ47.1162.679.73-
YUV186.9924.73130.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 221 (86.72% from 255) = 53.25%
BLUE value IS 4 (1.95% from 255) = 0.96%
R=45.78%
G=53.25%
B=0.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19022140.1400.980.1368.5796.4444.12
HexBEDD4E062D45602c
Octal27633541601421510514054
Binary1011111011011101100111001100010110110001011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD04; }

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

 H1.HeaderClassName
 {
   color: #BEDD04;
 }
 .AnyTagClassName
 {
   color: #BEDD04;
 }
</style>
background-color css

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

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

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

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

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

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