#BDDD04

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

Shades of Inch Worm #BDDD04

Tints of Inch Worm #BDDD04

Color information

#BDDD04 (or 0xBDDD04) is unknown color: approx Inch Worm. HEX triplet: BD, DD and 04. RGB value is (189,221,4). Sum of RGB (Red+Green+Blue) = 189+221+4=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDD04 is #4222FB. Grayscale: #BBBBBB. Windows color (decimal): -4334332 or 318909. OLE color: 318909.

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

Color convert

RGB1892214-
CMYK0.1400.980.13
HSL68.85º96.44%44.12%-
HSV(B)68.85º98.19%86.67%-
XYZ46.8662.549.72-
YUV186.6924.9129.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 221 (86.72% from 255) = 53.38%
BLUE value IS 4 (1.95% from 255) = 0.97%
R=45.65%
G=53.38%
B=0.97%

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
Decimal18922140.1400.980.1368.8596.4444.12
HexBDDD4E062D45602c
Octal27533541601421510514054
Binary1011110111011101100111001100010110110001011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD04; }

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

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

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

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

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

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

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

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