#BDE110

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

Shades of Inch Worm #BDE110

Tints of Inch Worm #BDE110

Color information

#BDE110 (or 0xBDE110) is unknown color: approx Inch Worm. HEX triplet: BD, E1 and 10. RGB value is (189,225,16). Sum of RGB (Red+Green+Blue) = 189+225+16=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE110 is #421EEF. Grayscale: #BFBFBF. Windows color (decimal): -4333296 or 1106365. OLE color: 1106365.

HSL color Cylindrical-coordinate representation of color #BDE110: hue angle of 70.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDE110 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB18922516-
CMYK0.1600.930.12
HSL70.33º86.72%47.25%-
HSV(B)70.33º92.89%88.24%-
XYZ48.0164.7110.45-
YUV190.4129.57126.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 225 (88.28% from 255) = 52.33%
BLUE value IS 16 (6.64% from 255) = 3.72%
R=43.95%
G=52.33%
B=3.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189225160.1600.930.1270.3386.7247.25
HexBDE1101005DC46572f
Octal275341202001351410612757
Binary1011110111100001100001000001011101110010001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE110; }

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

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

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

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

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

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

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

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