#BDF918

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

Shades of Inch Worm #BDF918

Tints of Inch Worm #BDF918

Color information

#BDF918 (or 0xBDF918) is unknown color: approx Inch Worm. HEX triplet: BD, F9 and 18. RGB value is (189,249,24). Sum of RGB (Red+Green+Blue) = 189+249+24=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF918 is #4206E7. Grayscale: #CECECE. Windows color (decimal): -4327144 or 1636797. OLE color: 1636797.

HSL color Cylindrical-coordinate representation of color #BDF918: hue angle of 76º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDF918 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB18924924-
CMYK0.2400.900.02
HSL76º94.94%53.53%-
HSV(B)76º90.36%97.65%-
XYZ55.0378.6413.14-
YUV205.4125.62116.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 249 (97.66% from 255) = 53.90%
BLUE value IS 24 (9.77% from 255) = 5.19%
R=40.91%
G=53.90%
B=5.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal189249240.2400.900.027694.9453.53
HexBDF9181805A24c5f36
Octal27537130300132211413766
Binary10111101111110011100011000010110101010011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF918; }

 p { color: rgb(189,249,24); }

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

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

 a { background-color: rgb(189,249,24); }

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

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

 span { border-color: rgb(189,249,24); }

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