#BDE404

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

Shades of Inch Worm #BDE404

Tints of Inch Worm #BDE404

Color information

#BDE404 (or 0xBDE404) is unknown color: approx Inch Worm. HEX triplet: BD, E4 and 04. RGB value is (189,228,4). Sum of RGB (Red+Green+Blue) = 189+228+4=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE404 is #421BFB. Grayscale: #BFBFBF. Windows color (decimal): -4332540 or 320701. OLE color: 320701.

HSL color Cylindrical-coordinate representation of color #BDE404: hue angle of 70.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDE404 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB1892284-
CMYK0.1700.980.11
HSL70.45º96.55%45.49%-
HSV(B)70.45º98.25%89.41%-
XYZ48.7566.3110.35-
YUV190.822.58126.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 228 (89.45% from 255) = 54.16%
BLUE value IS 4 (1.95% from 255) = 0.95%
R=44.89%
G=54.16%
B=0.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18922840.1700.980.1170.4596.5545.49
HexBDE4411062B46612d
Octal27534442101421310614155
Binary10111101111001001001000101100010101110001101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE404; }

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

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

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

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

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

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

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

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