#BDE119

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

Shades of Inch Worm #BDE119

Tints of Inch Worm #BDE119

Color information

#BDE119 (or 0xBDE119) is unknown color: approx Inch Worm. HEX triplet: BD, E1 and 19. RGB value is (189,225,25). Sum of RGB (Red+Green+Blue) = 189+225+25=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE119 is #421EE6. Grayscale: #C0C0C0. Windows color (decimal): -4333287 or 1696189. OLE color: 1696189.

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

Color convert

RGB18922525-
CMYK0.1600.890.12
HSL70.8º80%49.02%-
HSV(B)70.8º88.89%88.24%-
XYZ48.0964.7410.88-
YUV191.4434.07126.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 225 (88.28% from 255) = 51.25%
BLUE value IS 25 (10.16% from 255) = 5.69%
R=43.05%
G=51.25%
B=5.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189225250.1600.890.1270.88049.02
HexBDE11910059C475031
Octal275341312001311410712061
Binary1011110111100001110011000001011001110010001111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE119; }

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

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

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

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

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

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

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

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