#BDE510

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

Shades of Inch Worm #BDE510

Tints of Inch Worm #BDE510

Color information

#BDE510 (or 0xBDE510) is unknown color: approx Inch Worm. HEX triplet: BD, E5 and 10. RGB value is (189,229,16). Sum of RGB (Red+Green+Blue) = 189+229+16=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE510 is #421AEF. Grayscale: #C1C1C1. Windows color (decimal): -4332272 or 1107389. OLE color: 1107389.

HSL color Cylindrical-coordinate representation of color #BDE510: hue angle of 71.27º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDE510 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB18922916-
CMYK0.1700.930.10
HSL71.27º86.94%48.04%-
HSV(B)71.27º93.01%89.8%-
XYZ49.166.8910.81-
YUV192.7628.25125.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 229 (89.84% from 255) = 52.76%
BLUE value IS 16 (6.64% from 255) = 3.69%
R=43.55%
G=52.76%
B=3.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal189229160.1700.930.1071.2786.9448.04
HexBDE5101105DA475730
Octal275345202101351210712760
Binary1011110111100101100001000101011101101010001111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE510; }

 p { color: rgb(189,229,16); }

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

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

 a { background-color: rgb(189,229,16); }

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

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

 span { border-color: rgb(189,229,16); }

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